[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
length                       input length

    Return number of characters in $0

length()                     input length

    Return number of characters in $0

    $0 == "The first input record of any file"

    length   ==> 34
    length() ==> 34

length(s)                    string length

    Return number of characters in string s

    length("The last input record of any file") ==> 33

This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson