Assignment Statements
Pascal requires a colon in the assignment statement.
Visual FoxPro | BASIC |
---|---|
|
|
Pascal | C/C++ |
---|---|
|
|
Note In Visual FoxPro, you can also assign values to fields in a table with the REPLACE command.
See Also
Case Sensitivity | CASE Statements | Comments | FOR Loops | IF Statements | Parameter Passing by Reference | Parameter Passing by Value | Variable Declaration | WHILE Loops