Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
OpenDialog ALLOWMULTISELECT
#9
Did you try Acc.Selection?

Code:
Copy      Help
Acc a=acc("" "LIST" ...)
ARRAY(Acc) se
a.Selection(se)
int i
for i 0 se.len
,str v=se[i].Value
,out v


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)