Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- dBsee 4.6 - The Library - <b>dfcharodd()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
dfCharOdd()
Returns the odd characters of a string
------------------------------------------------------------------------------
Syntax:

     dfCharOdd( <cSource> ) --> cTarget

Parameters:

     <cSource>  String to be evaluated.

Returns:

     <cTarget> String containing only the odd characters.

Description:

     Returns the odd characters of a string. This function can be used to
     find the valid characters of a SAVESCREEN string, removing all
     characters that specify color attributes.

Example:

     ? dfCharOdd("Thomas") // Returns "Toa"
     ? dfCharOdd("123456") // Returns "135"

See also:

     dfToken()

See Also: dfToken()

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