English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

3 answers

set i to 0
repeat
. increment i
. print ASCII(i)
. if i = 128 break
end repeat loop

end function
///

2006-12-22 20:06:12 · answer #1 · answered by jan 7 · 2 1

This is depend ant on where the ASCII table is stored. Are you pulling from a database and looking for a program, or are you looking for reusable code in a loop to cycle through the know ASCII character in your range?

2006-12-23 04:04:03 · answer #2 · answered by Anonymous · 0 0

you may run it even on Excel's VBA

for i= 1 to 128
print char(i) ' put here command that outputs to screen or any 'other device
next i

2006-12-23 04:03:57 · answer #3 · answered by Corvin 2 · 0 0

fedest.com, questions and answers