ramssted b wrote:

> I modified multi-selection dialogbox.vi and now i have an array of
> strings that has paths of the selected files.
> 
> How can i read these files one at time and make some calculation out
> of them and after that create graph from the answers. Some kind of
> loop perhaps?
> 
You could use a for-loop with the auto-index feature. This gives you one 
  path after the other from the array insisde the loop. Alternatively 
you could use the "Index Array" Function to get single elements (paths) 
out of the array.

Hope it helps

Marco


Reply via email to