Notice: Any messages purporting to come from this site telling you that your password has expired, or that you need to verify your details, confirm your email, resolve issues, making threats, or asking for money, are
spam. We do not email users with any such messages. If you have lost your password you can obtain a new one by using the
password reset link.
Due to spam on this forum, all posts now need moderator approval.
Entire forum
➜ MUSHclient
➜ General
➜ For A to Z
It is now over 60 days since the last post. This thread is closed.
Refresh page
| Posted by
| Fletchling
Australia (54 posts) Bio
|
| Date
| Thu 08 Mar 2007 09:34 AM (UTC) |
| Message
| | I'd like to be able to cycle a loop through a to z. 1 to nn is easy, but how can I do a to z? | | Top |
|
| Posted by
| David Haley
USA (3,881 posts) Bio
|
| Date
| Reply #1 on Thu 08 Mar 2007 09:42 AM (UTC) |
| Message
| What language? In Lua you could do:
for i = string.byte("a"), string.byte("z") do
local letter = string.char(i)
print(letter)
end
|
David Haley aka Ksilyan
Head Programmer,
Legends of the Darkstone
http://david.the-haleys.org | | Top |
|
| Posted by
| Fletchling
Australia (54 posts) Bio
|
| Date
| Reply #2 on Thu 08 Mar 2007 11:41 AM (UTC) |
| Message
| Thanks David. Yes lua.
I'll use that in my loops, thanks again. | | Top |
|
The dates and times for posts above are shown in Universal Co-ordinated Time (UTC).
To show them in your local time you can join the forum, and then set the 'time correction' field in your profile to the number of hours difference between your location and UTC time.
13,830 views.
It is now over 60 days since the last post. This thread is closed.
Refresh page
top