Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
AT() Function
Message
De
28/05/2004 12:07:44
 
 
À
14/05/2004 06:58:18
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
Divers
Thread ID:
00903994
Message ID:
00908198
Vues:
20
Hello Tariq

What are you tring to do?
Are you trying to separete the 1 and then the 10?
if that is the case here is something that can help you.

you might what to use the right or the left function from vfp.

A11=ALLTRIM("1-10")
A12 = LEFT(A11,1) &&THIS WILL GIVE YOU 1
A13 = RIGHT(A11,2) &&THIS WILL GIVE YOU 10

LET ME KNOW IF THIS IS WHAT YOU ARE LOOKING FOR?


MARIO MARTINEZ

A11=ALLTRIM("1-10")
A12=AT(A11,"-",1)

A12 shows 0 instead of real value.
What is wrong?
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform