Posted 16 January 2013 - 12:33 PM
hi I keep getting a '=' expected error at line 5 of my 8 digit number generator code
code:
I need help with this problem
code:
for i = 1, 8 do
local ranChar = math.random(1,8)
pass = pass ranChar
end
print("password is ",pass)
I sat at my computer for hours and could find it.I need help with this problem