Thank You Olaf.
This trick with parenthesis helped me. It works perfectly
Code is now cleary..
GOTO 3
REPLACE (FIELD(2)) WITH "test"
insteed
GOTO 3
myfield = FIELD(2)
REPLACE &myfield WITH "test"
It is part of my program to convert table data to csv file. I have empty table with two cols...
Hi all experience Foxies,
I have table named table1 which has two colums named col1 and col2.
I want set field of the table1 on position [3,2] by string value "test".
I now use:
GOTO 3
myfield = FIELD(2)
replace &myfield WITH "test"
It works, but it is not so clear as opposite process...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.