E Edvincik Well-known member Joined Mar 15, 2016 Messages 399 Reaction score 27 Jun 7, 2018 #1 How to make FOR from a to z in Sanny Builder?
user88 Well-known member Joined Jun 29, 2017 Messages 426 Reaction score 165 Location LINK CLEO DICE HACK HERE! Jun 7, 2018 #2 create array with values a b c d.... z then for it.. Upvote 0 Downvote
monday Expert Joined Jun 23, 2014 Messages 1,127 Solutions 1 Reaction score 158 Jun 7, 2018 #3 you could avoid using array and just use ascii values https://www.asciitable.com/ [shcode=cpp]for 0@ = 97 to 122 chat_msg "%c" -1 0@ //didnt test, I hope its right end[/shcode] Upvote 0 Downvote
you could avoid using array and just use ascii values https://www.asciitable.com/ [shcode=cpp]for 0@ = 97 to 122 chat_msg "%c" -1 0@ //didnt test, I hope its right end[/shcode]
E Edvincik Well-known member Joined Mar 15, 2016 Messages 399 Reaction score 27 Jun 9, 2018 #4 Thank you for replies Upvote 0 Downvote