Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- FUNCky - <b>name:</b> <b>ccast() - cast any variable type to a character type</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
  Name:     ccast() - cast any variable type to a character type
  Usage:    ccast(<var>)
  Params:   string <var> - the name of the variable to cast as
            a string, cannot be an array or array element.

 ---------------------------------- Example ---------------------------------

                 use names
                 go top
                 set console off
                 for x = 1 to fcount()
                      temp = fieldname(x)
                      ?? ccast(temp)
                 next


See Also: nlen()

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