Would like support for something similar to
sub updateField(fldName)
eval("PimContact." & fldName & " = txt" & fldName & ".Text")
end sub
where the eval allows execution (and runtime evaluation) of just about anything.
See http://www.b4x.com/forum/questions-help-needed/2466-eval-similar-execute-statements.html
sub updateField(fldName)
eval("PimContact." & fldName & " = txt" & fldName & ".Text")
end sub
where the eval allows execution (and runtime evaluation) of just about anything.
See http://www.b4x.com/forum/questions-help-needed/2466-eval-similar-execute-statements.html