Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Unusual substitution syntax
Message
 
 
À
18/01/2004 12:19:37
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00867888
Message ID:
00867933
Vues:
23
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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform