Computer Science Canada If and elsif error. |
Author: | KevinW [ Sat Sep 08, 2007 12:16 pm ] | ||
Post subject: | If and elsif error. | ||
Can anyone help with this program? I haven't used Turing in a while, but i'm trying to create a randomized password maker. Here's the script, the problem is that the "word (i)= num/letter" isn't allowed.
[/quote] |
Author: | HeavenAgain [ Sat Sep 08, 2007 12:40 pm ] | ||
Post subject: | Re: If and elsif error. | ||
something like?
could be a simpler way o_o but i cant think on top of my head right now ![]() your problem was, trying to add an int to a string, which is not allowed, so "cast" the int to a char or a string then add on to itself |
Author: | Clayton [ Sat Sep 08, 2007 7:50 pm ] | ||
Post subject: | RE:If and elsif error. | ||
or just...
|