Re: Datatype Conversion


[ Follow Ups ] [ BasicCard User Forum ]

Posted by zeitcontrol (79.226.148.101) on September 24, 2009 at 05:47:00:

In Reply to: Datatype Conversion posted by sujeetn on June 03, 2009 at 14:40:36:

Yes, this is the most efficient method.

Another choice would be using Chr$ and Asc functions to convert between single bytes or characters. For Long and String*4 this requires additional computation and is thus less efficient.


Follow Ups:


[ Follow Ups ] [ BasicCard User Forum ]