Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- ClipOn 3.0 Reference - c_ztob() http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 C_ZTOB()

 DESCRIPTION

 C_ZTOB() converts zeroes in a character string to blank spaces.

 SYNTAX

 C_ZTOB(string)

 PARAMETERS

 string (C) is the character string to convert.

 RETURNS

 C_ZTOB() returns the converted character string.

 EXAMPLES

 s1 = "000005692"

 ? c_ztob(s1) --> 5692    && Converts s1 from zeroes to blanks


See Also: C_BTOZ()

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