Wilson WindowWare Tech Support

WinBatch WinBatch+Compiler WebBatch
Home | Tech Database | Tech BBS | White Papers | Purchase


Handy Ansi Character Chart Generator

Keywords:   ansi character set

line=""
for xx=33 to 255
cc=Num2Char(xx)
if line=="" then line=strcat(xx,"   :   ",cc)
else line=strcat(line,@tab,xx,"   :   ",cc)
next
z=AskItemList("ANSI",line,@tab,@unsorted,@single)

Article ID:   W14487
Filename:   Ansi Character Chart.txt