rdrunner40
MIS
Hi,
I have the following number that i wish to display with formatting
TotalBytes = 133652574208
MESSAGEBOX("Network Status = " + ALLTRIM(str(TotalBytes,20)) + " Bytes.", 0, "SRV01 Status")
Needs to read Network Status = 133,625,574,208 bytes.
Any help appreciated ....
regards
rdrunner
I have the following number that i wish to display with formatting
TotalBytes = 133652574208
MESSAGEBOX("Network Status = " + ALLTRIM(str(TotalBytes,20)) + " Bytes.", 0, "SRV01 Status")
Needs to read Network Status = 133,625,574,208 bytes.
Any help appreciated ....
regards
rdrunner