Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
You can compare how assignment statements differ between Visual FoxPro and other programming languages.
Note
In Visual FoxPro, you can also assign values to fields in a table with the REPLACE command.
Visual FoxPro |
BASIC |
|---|---|
nVal = 7 -OR- STORE 7 to nVal |
|
Pascal |
C/C++ |
|---|---|
|
|