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>aminstrlen() - get shortest string length in array</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
  Name:     aminstrlen() - get shortest string length in array
  Usage:    <integer> = aminstrlen(<array>)
  Params:   array <array>, an array of strings
  Returns:  integer equal to the shortest string length found
            in the array

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

                 declare strings[5]
                 strings[1] = "This one"
                 strings[2] = "That one"
                 strings[3] = "The other one"
                 strings[4] = "Someone"
                 strings[5] = "Noone"

                 ? aminstrlen(strings)
                 * prints 5

See Also: aminstr() aminstrn()

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