Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Findout max character
Message
De
09/04/2008 09:31:16
 
 
À
09/04/2008 08:12:20
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Versions des environnements
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP1
Network:
Windows XP
Database:
Visual FoxPro
Divers
Thread ID:
01309251
Message ID:
01309277
Vues:
7
Dear all Experts

All replies in this THREAD do not meet my need

But this one is near to fulfil the purpose
I need some modification in this procedure
SELECT crs1
GO TOP 
SCAN FOR LIKE(PADR([1?],7,[ ]),code)
	cmax = code
ENDSCAN 
?cmax
startcode=alltrim('11')

SCAN FOR LIKE(PADR([1?],7,[ ]),code)

I want to add variable in above line
May this will look like this

SCAN FOR LIKE(PADR([startcode?],7,[ ]),code)
But this also reply 11

Please help
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform