Главная » 2015 Сентябрь 14 » FoxPro
10:11 FoxPro | |
If a variable has the same name as a field, Visual FoxPro always gives precedence to the field name. You can reference the variable using m. or m-> plus the variable name, as in the following examples.? m.cFname ? m->cFname && print value in cFname? cFname && prints contents of field cFname | |
|
Всего комментариев: 0 | |