function slowPrint(EoiL,ElkO)
for i = 1,EoiL# do
write(EoiL[i])
sleep(ElkO)
end
end
im trying to make a slow print function because the defualt one is too fast for me. I think the problem is EoiL# part. if it is then how do i split a string into a table?
bios:338: [string "BlackAPI"]:2: 'do' expected. but i have a do!
Started by AndreWalia, Dec 06 2012 01:16 PM
2 replies to this topic
#1
Posted 06 December 2012 - 01:16 PM
#2
Posted 06 December 2012 - 01:41 PM
for i = 1,EoiL# do --needs to be for i = 1,#EoiL doI assume you are getting the number of indexes in a table?
2 user(s) are reading this topic
0 members, 2 guests, 0 anonymous users












