Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Best QM handling for arrays
#10
Macro Macro2123
Code:
Copy      Help
str CSV=
;"fruit", "pear", "yellow"
;"fruit", apple, "green"
;"vegetable", "patato", "brown", "soup"

ICsv x._create
x.FromString(CSV)
int i=x.Find("vegetable")
if(i<0) out "not found"
else x.Cell(i 2)="yellow"

x.ToString(_s)
out _s


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)