![]() ![]() ![]() ![]() | Table Of Contents | Index |
Example:
Within (Start,End) : Boolean Within returns True if a value is within the range from Start to End. Within works with numbers and strings.Example:
if X within(5,7) then Write 'X is Within 5 to 7' if not (Ch within('A','Z')) Write 'Lower Case'
Category: | Misc |
---|
![]() ![]() ![]() ![]() | Table Of Contents | Index |
|