Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Creating a code sequence
Message
 
 
To
02/09/2005 16:58:45
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
01046401
Message ID:
01047219
Views:
20
select max(cod) from mytable ;
into array lctemp
lctemp[1] = lctemp[1] + 1
appe from array lctemp fields cod

If the table already contain data it works fine
However it the table is empty, an operand/operator mismatch error appears

Moises
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform