using chunk expressions in native iOS "multiline" controls
Posted: Fri Jul 05, 2013 2:11 am
Is is possible to use chunk expressions in iOS controls specifically multiline controls?
Lets say I want to get the 3rd word from fld "myFieldName", then I would normally use
put word 3 of fld "myFieldName" into tMyVariable
//do something with tMyVariable
Is it possible to refer to the native control like I would fld "myFieldName"?
Lets say I want to get the 3rd word from fld "myFieldName", then I would normally use
put word 3 of fld "myFieldName" into tMyVariable
//do something with tMyVariable
Is it possible to refer to the native control like I would fld "myFieldName"?