Chr
Kenneth Brody
kenbrody at spamcop.net
Wed Feb 25 11:29:10 PST 2009
Quoting RKreiss1 (Wed, 25 Feb 2009 14:10:07 -0500):
> It's windows XP Pro Service pack 3
"Works fine here on Windows."
Try this and send a screenshot:
==========
::end:
@entsel::show "\{T} - test CHR()":
::end:
::declare row(2,.0), col(2,.0):
::declare message:
@keyT::message = "" ; row="2":
Loop1::message = message & "\n" & base(row,"10","16") & " " ; col = "0":
Loop2::message = message & " " & chr(row*"16"+col):
:row="5" and col="12":message = message & chr("92") ' Special case
for backslash:
:col lt "15":col = col + "1" ; goto Loop2:
:row lt "15":row = row + "1" ; goto Loop1:
::mesgbox message:
::end:
==========
[...]
--
Kenneth Brody
More information about the Filepro-list
mailing list