Description
Analyse if a char is printable (that is any character that produces an output, even a blank space). Returns true if thisChar is printable.
Syntax
isPrintable(thisChar)
Parameters
thisChar
: variable. Allowed data types: char
Returns
true
: if thisChar is printable.