Login | |
|
 |
RE: Converting to Long Integers - 10/22/2008 1:48:36 AM
|
|
 |
|
| |
4scriptmoni
Posts: 208
Score: 0
Joined: 5/3/2007
Status: offline
|
I gave up on trying to convert that. I just made the other workaround, get the value in MB and change it latter to bytes using this function Function toBytes(Megabytes) toBytes = int ((Megabytes * 1024) *1024) End Function
_____________________________
Enterprise Microsoft Scripts Exchange, Login/Logout Monitor,TS, Monitoring, Security, AD, etc... http://www.felipeferreira.net
|
|
| |
|
|
|
|
|