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>nlen() - get the length of any variable type</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
  Name:     nlen() - get the length of any variable type
  Usage:    <integer> = nlen(memvar)
  Params:   variable to get the length of
  Returns:  length of that variable regardless of it's type

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

                 m1 = "FUNCKy library"
                 ? nlen(m1)          && prints 14

                 m2 = 13.4365
                 ? nlen(m2)          && prints 15

                 m3 = date()
                 ? nlen(m3)          && prints 8

            With nlen() there is no need to convert the variable
            to type char.


See Also: swap() nupper()

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