Author |
Message
Pages: 1
|
jackel Member (send private message) Posts: 19 Topics: 6 Location: | [1344] Help Moving On elseif - posted: 2013-02-24 17:59:42 okay im n00b at this code, i would like know which actions i should take next, ive tried this below elseif code and i can see the code, but whats the best easiest quickest correct procedure now, where to go from here? Code:
thx again jack jack. |
Admin Site Admin (send private message) Posts: 933 Topics: 55 Location: OverHertz Studio | [1345] - posted: 2013-02-24 18:21:16 I would first suggest to start setting up some real conditions and then move on to functions/procedures Code:
g'luck Download Ziron Get free hosting for Ziron related fan-sites and Ziron projects, contact me in private message. |
jackel Member (send private message) Posts: 19 Topics: 6 Location: | [1346] - posted: 2013-02-24 20:10:29 Hey thanks for the help i needed, I will follow them examples & see how i get on cheers for your time again respect what your doing mate I will keep you posted n tnx for the gd-luck il need it regards jack >< jack. |
jackel Member (send private message) Posts: 19 Topics: 6 Location: | [1349] - posted: 2013-02-27 12:35:00 Is this okay so far mate then i will move onto macros e.g eax = 1 etc ;-) Code:
jack. |
jackel Member (send private message) Posts: 19 Topics: 6 Location: | [1350] - posted: 2013-02-27 14:55:57 Alright I`ve made a small mistake small one. I forgot to add --- >>[ ' ] after my last procedure call after \r\n'); instead i done --- >> \r\n); and missed out the all important --- >> [ ' ] [code] procedure why dont you try public hubs() { print('Aha, you wont have a problem finding and entering other hubs!\r\n); } [\code] when i should have called procedure this way [code] procedure why dont you try public hubs() { print('Aha, you wont have a problem finding or entering other hubs!\r\n'); [\code] i would have EDIT`d this but i think my browser hides the show edit button REGARDS jack jack. |
jackel Member (send private message) Posts: 19 Topics: 6 Location: | [1351] - posted: 2013-02-27 15:13:46 This is the one i corrected so far so good YEAH Code:
Respect Jack jack. |
Admin Site Admin (send private message) Posts: 933 Topics: 55 Location: OverHertz Studio | [1352] - posted: 2013-02-27 17:11:46 functions and procedures can not contain multiple words Code:
You need to try compile your code when you make changes, the compiler will notify you about mistakes. Download Ziron Get free hosting for Ziron related fan-sites and Ziron projects, contact me in private message. |
Currently Active Users: There are currently 13 user(s) online. 0 member(s) and 13 guest(s) Most users ever online was 1046, January 28, 2022, 2:08 pm. Statistics: Threads: 225 | Posts: 1848 | Members: 51 | Active Members: 51 Welcome to our newest member, yecate |