M
MFRASER
How do I set a string to an unprintable character?
in VB it was something like this
dim strTemp as string
strTemp = char(190) & char(191)
in VB it was something like this
dim strTemp as string
strTemp = char(190) & char(191)