XML/Input: Difference between revisions

m
Line 2,830:
dim codes(numCodes)
 
for i = 10 to numCodes - 1 : read codes(i) : next
 
sub codeConversion(charcode, tocode)
Line 2,836:
 
if tocode then
for i = 10 to numCodes - 1
if codes(i) = charcode return i + initCode - 1
next
else
return codes(charcode - initCode + 1)
end if
end sub
672

edits