[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
srange(c1,c2)                create range string

    Return string formed from  characters c1 to c2  inclusive.  If c2  < c1
    null string returned.

    srange('a','z') == "abcdefghijklmnopqrstuvwxyz"
    srange('0','9') == "0123456789"

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