Zell Posted April 7, 2020 Group: Members Topic Count: 53 Topics Per Day: 0.01 Content Count: 412 Reputation: 264 Joined: 04/25/12 Last Seen: August 22 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 Group: Members Topic Count: 78 Topics Per Day: 0.02 Content Count: 473 Reputation: 64 Joined: 08/28/12 Last Seen: 7 hours ago Share Posted July 3 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 Group: Members Topic Count: 0 Topics Per Day: 0 Content Count: 31 Reputation: 7 Joined: 03/17/21 Last Seen: 4 hours ago Share Posted July 11 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...
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.