Can labels name be variables ?

FFMan

Member
Licensed User
Longtime User
I am using my Android device as a front end to some pic based projects, so I am using Android simple for display and input purposes, communicating via bluetooth.

The PIC app will send a label name and then some data, such as (lblTime,"12:35")

In my b4a app, can i utilise the label name as sent or will i need a select statement with hard coded names ?

i.e. if i receive the label name into strLabel (as string) can i then use something like

strLabel.text=strData
 
Top