How I may help
LinkedIn Profile Email me!
Call me using Skype client on your machine

Reload this page Number Programming

Here are my notes on how various platforms handle numbers.

 

Topics this page:

  • ASP Number Function
  • Random Number Generation
  • Roman Numerals
  • Your comments???
  •  

    Site Map List all pages on this site 
    About this site About this site 
    Go to first topic Go to Bottom of this page


    Set screen ASP Number Function

      To take a variable typed as number and return the contents:

        FormatNumber( expression, iDigits, bleadingDigit, bParen, bGroupDigits )

        ArgumentMeaning
        expression the variable holding the raw number
        iDigits number of digits to right of decimal point
        bleadingDigit 1 for leading zeros
        0 for no leading zeros
        bParen 1 for parenthesis around negative numbers
        0 for no parenthesis around negative numbers
        bGroupDigits 1 to display numbers as per regional settings in the Control Panel
        0 to over-ride settings in the Control Panel




    Go to Top of this page.
    Previous topic this page
    Next topic this page

    Set screen Random Number Generation

      To generate an integer between 1 and 10 in ASP:

      randomize
      
      iRandom=int(rnd*10)+1


    Go to Top of this page.
    Previous topic this page
    Next topic this page

    Set screen Roman Numerals

      = More on Javascript


    Go to Top of this page.
    Previous topic this page
    Next topic this page

    Set screen Number Games

      Count To Nine.com and other sites present puzzle sheets of Sudoko (sometimes mispelled as Sedoku or Sadoku).


    Go to Top of this page.
    Previous topic this page
    Next topic this page

    Portions ©Copyright 1996-2010 Wilson Mar. All rights reserved. | Privacy Policy |

    Related Topics:

  • Data Types
  • Java Programming
  • Free Training!
  • Tech Support

  • How I may help

    Send a message with your email client program


    Your rating of this page:
    Low High




    Your first name:

    Your family name:

    Your location (city, country):

    Your Email address: 



      Top of Page Go to top of page

    Thank you!