IsPrintableASCII (open)
Test whether a string consists of only printable ASCII text
Syntax
// Core function, no LOADLIB necessary
BOOLEAN FUNCTION IsPrintableASCII(STRING text)
Parameters
STRING text
String to test
Return value
BOOLEAN
True if the string is a correct UTF8 string, false otherwise