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_btoz() http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 C_BTOZ()

 DESCRIPTION

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

 SYNTAX

 C_BTOZ(string)

 PARAMETERS

 string (C) is the character string to convert.

 RETURNS

 C_BTOZ() returns the converted character string.

 EXAMPLES

 s1 = " 56 92 4"

 ? c_btoz(s1) --> 05609204     && Converts s1 from blanks to zeroes

 s2 = c_btoz(s1)               && Convert s1 from blanks to zeroes
 ? val(s2)    --> 5609204      && Now convert to a numeric


See Also: C_ZTOB()

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