Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- GT_LIB v1.0 Reference Guide Release 1.0 - <b>explode a string into an array of ascii values</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 Explode a string into an array of ascii values
------------------------------------------------------------------------------

 Syntax

         GT_ExplodeAscii(<cStr>) --> aAscVals

 Arguments:

       <cStr>     -  The string to explode

 Returns:

       aAscVals   -  An array of ascii values

 Description:

       Explode a string into an array of ascii values

 Examples:

       aVals := GT_ExplodeAscii("Hello World")

       for i := 1 to len(aVals)
          ? aVals[i], "   ", chr(aVals[i])
       next


 Source: XPLODASC.PRG

 Author:  Andy M Leighton

See Also: GT_IMPLODEASCII()

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson