-
1
- #1
greathope123
Programmer
In Command3.Click
local userName
userName="abc"
?userName
Why it did not print out "abc"?
It printed something in database table1 because "username" is its field name?
My question would be how to tell VFP a variable is the field name in database table or is a variable I declared in "local"?
local userName
userName="abc"
?userName
Why it did not print out "abc"?
It printed something in database table1 because "username" is its field name?
My question would be how to tell VFP a variable is the field name in database table or is a variable I declared in "local"?