Re: Help Me!!!
> I am not sure if it is possible, but is there any way to change a integer
> (like 2350) into a string (like "2350")?
Yes, by using sprintf(). You can use it to convert a number to a string
value. Works just like printf except the output goes to a sequence value
instead of a device.
> Or, this is for David Gay, is there any way to read a number through your
> putsxy() procedures?
>
Yes, by converting it to a string by using sprintf() :)
Thanks
David Gay
http://www.interlog.com/~moggie/euphoria.htm
|
Not Categorized, Please Help
|
|