07.04.2006, 12:03 | #1 |
Участник
|
Разбираюсь, с кодом Navision. Подскажите, что означает оператор FIND('-')
|
|
07.04.2006, 12:22 | #2 |
Участник
|
F1
find [ ] 1. ; и - found 1) а) находить, встречать, обнаруживать ( в различных смыслах ); заставать |
|
07.04.2006, 12:26 | #3 |
Участник
|
|
|
07.04.2006, 17:14 | #4 |
Участник
|
аналог FindFirst в VBA
но вообще-то хелп стоит почитать действительно
__________________
С уваженем, rootadmin |
|
10.04.2006, 17:02 | #5 |
Участник
|
Find('-') найти первую
Find('+') найти последнюю |
|
10.04.2006, 19:35 | #6 |
Участник
|
This...
Tells the system to search for... '=' A record that equals the key values (default) '>' A record that is larger than the key values '<' A record that is less the key values '+' The last record in the table ('+' can only be used alone) '-' The first record in the table ('-' can only be used alone) |
|