User Tools

Site Tools


tutorials:faq:main

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
tutorials:faq:main [2019/11/19 14:50] micondatutorials:faq:main [2019/11/19 14:52] miconda
Line 516: Line 516:
 ??? How to iterate through the items in a comma separated string? ??? How to iterate through the items in a comma separated string?
  
-!!! If you have a variable holding a string like "a,b,c,d" and want to get each character separately, you have to use a WHILE loop and {s.select,index,separator} transformationIf there is no value at the given index, then the transformation will return $nullthus you have to use a variable as index, incrementing it until you get a $null.+!!! If you have a variable holding a string like "a,b,c,d" and want to get each character separately, you have to use a WHILE loop with {s.count,separator} and {s.select,index,separator} transformations.
  
 Here is an example: Here is an example:
tutorials/faq/main.txt · Last modified: 2021/08/27 06:11 by miconda

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki