SHORTCHARTEST

<< Click to Display Table of Contents >>

Navigation:  Reference > RCPs >

SHORTCHARTEST

This RCP allows short character constants in tests.  That is the character string being tested does not have to be the correct length and will assume to have trailing blanks.

Examples:

dc $name = $21-30,

if $name/'James', goto @done,