David Dai <[EMAIL PROTECTED]> wrote: > which function to convert a ULong variable to a string variable? StrIToA takes a signed long, but you can pass it an unsigned long. If you don't want any surprises, make sure it has a value that looks like a positive signed long (i.e. <= 2147483647). -- Roger Chaplin <[EMAIL PROTECTED]>
- convert ULong to string. David Dai
- RE: convert ULong to string. Roger Chaplin
- RE: convert ULong to string. David Dai
- RE: convert ULong to string. Scott Dattalo
