07-21-2008 09:41 AM
07-21-2008 09:47 AM
Dim i
For i=1 To 13
Eval("Editbox"&i).Text = i
Next
Matthias Alleweldt Project Engineer / Projektingenieur | Twigeater? |
07-21-2008 10:04 AM
Hi Matthias
Problem solved
Thanks for the help
Nick
07-22-2008 09:48 AM
Hi Nick,
Note also that there is a similar command called "Execute" that runs the rest of that command line after parsing it. Alternatively, you could use a table control in your SUDialog, and then you could really address those cells like an array, though you have much less flexibility that way in the vertical or horizontal arrangement of the text boxes.
Brad Turpin
DIAdem Product Support Engineer
National Instruments
07-23-2008 01:25 AM
Matthias Alleweldt Project Engineer / Projektingenieur | Twigeater? |