| Joel | People | Hobbies | Fun | Miscellaneous | |||||||||
|
|
VBScript: Decimal to Binary Conversion This function converts a decimal value to a string containing a binary respresentation of the value. It is limited to a maximum value of 65536 (1111 1111 1111 1111 in binary). This maximum can be changed by setting the intExp initial value.
Function DecToBin(intDec)
|
|||||||||||||||||||||||||||||
| Tell me what you think | Copyright © 2000 Joel T. Anderson | |