ErosOlmi
29-11-2007, 19:11
All string constants, also called equates, starting from next preview will have an optional repetition number after the equate name indicating repetition of the same string equate.
For example:
$TAB(4) will be equivalent to REPEAT$(4, $TAB)
$CRLF(2) will be equivalent to $CRLF & $CRLF also equivalent to REPEAT$(2, $CRLF)
Hope you will like it.
Eros
For example:
$TAB(4) will be equivalent to REPEAT$(4, $TAB)
$CRLF(2) will be equivalent to $CRLF & $CRLF also equivalent to REPEAT$(2, $CRLF)
Hope you will like it.
Eros