OP 05 October, 2025 - 11:44 PM
anyone knows how to split capture to each variable name?
the problems is, it has same left and right delim
example of capture
>> CAPID (ParseBetweenStringsRecursive) <<
Parsed 10 values:
14262072
14250626
14138911
13683441
13411131
12844123
12622686
12514398
12476928
12343021
i want to make it capture each like for example 1st variable name is CAPID#1, 2nd variable name is CAPID#2, 3rd variable name is CAPID#3 up to CAPID#10 depends how many capture list
the problems is, it has same left and right delim
example of capture
>> CAPID (ParseBetweenStringsRecursive) <<
Parsed 10 values:
14262072
14250626
14138911
13683441
13411131
12844123
12622686
12514398
12476928
12343021
i want to make it capture each like for example 1st variable name is CAPID#1, 2nd variable name is CAPID#2, 3rd variable name is CAPID#3 up to CAPID#10 depends how many capture list