Zell Posted April 7, 2020 Group: Members Topic Count: 53 Topics Per Day: 0.01 Content Count: 412 Reputation: 266 Joined: 04/25/12 Last Seen: Friday at 08:24 PM Share Posted April 7, 2020 (edited) It's not already time to implement a foreach? for( .@i = 0; .@i < getarraysize(.@array); .@i++) { dispbotom "Val is " + .@array[.@i]; } We could use: foreach( .@val : .@array ) { dispbottom "Val is " + .@val; } I could try to implement this but the script parser it's a bit confuse to me and I think someone could implement this better than me Edited April 7, 2020 by Zell 6 1 Quote Link to comment Share on other sites More sharing options...
WhiteEagle Posted July 3, 2024 Group: Members Topic Count: 78 Topics Per Day: 0.02 Content Count: 478 Reputation: 67 Joined: 08/28/12 Last Seen: February 3 Share Posted July 3, 2024 A bit late, but im up for this too~ Quote Link to comment Share on other sites More sharing options...
EAJ_BASEMASK Posted July 11, 2024 Group: Members Topic Count: 0 Topics Per Day: 0 Content Count: 44 Reputation: 8 Joined: 03/17/21 Last Seen: 47 minutes ago Share Posted July 11, 2024 On 7/3/2024 at 4:38 PM, WhiteEagle said: A bit late, but im up for this too~ Why not use inarray(); Quote Link to comment Share on other sites More sharing options...
Rynbef Posted January 13 Group: Forum Moderator Topic Count: 45 Topics Per Day: 0.01 Content Count: 919 Reputation: 122 Joined: 05/23/12 Last Seen: Sunday at 05:09 PM Share Posted January 13 I can really give +1 for it. It should be rly great! Rynbef~ Quote Link to comment Share on other sites More sharing options...
rokimoki Posted February 3 Group: Members Topic Count: 4 Topics Per Day: 0.00 Content Count: 74 Reputation: 10 Joined: 12/16/11 Last Seen: Saturday at 01:30 AM Share Posted February 3 Also would be awesome to learn how to do that, if some one can make a video doing it and explaining xd. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.