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.
Neither Visual FoxPro nor BASIC are case-sensitive programming languages.
Visual FoxPro | BASIC |
---|---|
Not case-sensitive | Not case-sensitive |
Pascal | C/C++ |
---|---|
Case-sensitive | Case-sensitive |
See Also
Assignment Statements | CASE Statements | Comments | FOR Loops | IF Statements | Parameter Passing by Reference | Parameter Passing by Value | Variable Declaration | WHILE Loops