Row01_C1
Row01_C2
Row01_C3
Row02_C1
Row02_C2
etc...
I am trynig to load data into these Variables based on two paramters 'RxRow' and 'RxColumn'
From previous attempts I have created a Handle variable to build the name of the destination String.
Code: Select all
handle = "Row0" + ToString$ (RxRow) + "_C" + ToString$ (RxColumn)
I have previously set the 'sText' property of a Staic Text but I cant see how to do the same to a simple variable?
Any pointers please.
