[closed][no_valid_info]How to run a for cycle for every item of comma separated list?

The place to post your WML questions and answers.

Moderator: Forum Moderators

Forum rules
  • Please use [code] BBCode tags in your posts for embedding WML snippets.
  • To keep your code readable so that others can easily help you, make sure to indent it following our conventions.
Post Reply
User avatar
ZombieKnight
Posts: 161
Joined: June 27th, 2022, 2:26 pm
Location: Czech Republic

[closed][no_valid_info]How to run a for cycle for every item of comma separated list?

Post by ZombieKnight »

Hi,
I've got 2 comma separated lists (x,y), how to run a for cycle for them?
Last edited by ZombieKnight on March 31st, 2024, 12:26 pm, edited 1 time in total.
I had saurian in profile before, but I've merged my discord profile with forum one...
User avatar
Ravana
Forum Moderator
Posts: 3015
Joined: January 29th, 2012, 12:49 am
Location: Estonia
Contact:

Re: How to run a for cycle for every item of comma separated list?

Post by Ravana »

Convert it to table or array first. [set_variables] or stringx
User avatar
ZombieKnight
Posts: 161
Joined: June 27th, 2022, 2:26 pm
Location: Czech Republic

Re: How to run a for cycle for every item of comma separated list?

Post by ZombieKnight »

Closed, used lua to convert them into array...
Sorry I'ven't remmembered, to erase this question.
I had saurian in profile before, but I've merged my discord profile with forum one...
Post Reply