
-----------------------------------
unspoiled buddy
Fri Apr 09, 2004 10:32 am

How to do turing
-----------------------------------
Hey guys,
wht' up



Thanks & REgds

unspolied buddy

-----------------------------------
Paul
Fri Apr 09, 2004 11:19 am


-----------------------------------
you use ord, I believe its 32 difference between uppercase and lower case. So to check it, it would be, assuming all liscence plates are as you say, this just changes all capitals to lower cases using chr and ord:

var plate, letter:string
get plate
for a: 1..length(plate)
if ord(plate(a)) >= 97 and ord(plate(a)) 