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]>

Reply via email to