Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Unusual substitution syntax
Message
 
 
To
18/01/2004 12:19:37
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00867888
Message ID:
00867933
Views:
24
Fabio,

These selects work as expected:
create cursor x1 ( i1 i )
for i = 1 to 10
   insert into x1 values ( i )
endfor

select * from x1 into cursor x2 where recno() < 4
? _tally && 3

set deleted off

delete from x1 where i1 % 2 = 0

select * from x1 into cursor x2 where deleted()
? _tally && 5

select * from x1 into cursor x2 where ! deleted()
? _tally && 5
you must simply not send aliases as arguments to the functions.
df (was a 10 time MVP)

df FoxPro website
FoxPro Wiki site online, editable knowledgebase
Previous
Reply
Map
View

Click here to load this message in the networking platform