03-26-2012 08:23 AM
I would like to assign an array name by a special string when loop is running.
Please look an attached file.
I mean, "lavel name assign" named for "output array".
For example, when the loop run at first time, the name of "output array" will be Y1-data.
How can I do for it ?
Please let me know.
Thank you.
03-26-2012 10:08 AM
You cannot change a label at runtime. You can change the caption by simply writing to the Caption.Text property.