Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Best Way to Loop through List of Values
#2
Macro Macro21
Code:
Copy      Help
str valueList=
;value1
;value2
;value3
;value4
;value5
out
str value
foreach value valueList
,sub.FillDataForm value

#sub FillDataForm
function str&value
out F"Fill form with '{value}'"


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)