![]() |
| ||
| Simple problem... Man, I'm so new. I'm trying to script something for a game. so here's what I got: program twars; This doesn't work apparently. =\ thanks for reading! |
| ||
| Re: Simple problem... jamesbond110, see this points: - that "end" in the program main block must be ended with point (.), not a semicolon (;) - your "c" variable is defined like a tClasses (a record type), so You can't index them like it was a array type. - if You want store n tClasses records You must declare "c" as array[...] of tClasses, otherwise You must remove the indexer "[1]": c[1].name => c.name Bye |
| ||
| Re: Simple problem... Thank you Micheus! Here's what I changed: var I added to your rep ;) |
| All times are GMT -4. The time now is 10:14 am. |
Forum system based on vBulletin Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
©2003 - 2008 DaniWeb® LLC