<< Click here to display Table of Contents >> Navigation: TCC-RT > Variables & Functions > Functions:
@TPRINT[string]: Returns the number of printable characters in string.
See also: @TALNUM, @TALPHA, @TASCII, @TCNTRL, @TDIGIT, @TLOWER, @TPUNCT, @TSPACE, @TUPPER, and @TXDIGIT.
Examples:
echo %@tprint[abc]
3
set var=abc^ndef
echo %@tprint[%var]
6