Hello all.
How do you B4A in the substitution of a variable with its value?
dim abc = "test" as string
dim xyz = "abc" as string
log("xyz="&xyz) ' it returns "abc"
how do to return "test"?
in visual foxpro &xyz : it returns "test"
Thank you.
Hello
Enrico
How do you B4A in the substitution of a variable with its value?
dim abc = "test" as string
dim xyz = "abc" as string
log("xyz="&xyz) ' it returns "abc"
how do to return "test"?
in visual foxpro &xyz : it returns "test"
Thank you.
Hello
Enrico
Last edited: