Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to get the last digit
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
01115397
Message ID:
01115417
Vues:
8
>>Something like this:
>>
>>ln=422603445
>>
>>?right(trans(ln),1)
>
>
>That will return a character value....
>If he wants an interger then something like this..
>
>ln=422603445
>
>? INT(VAL(right(trans(ln),1)))


Sure. But who knows what he wants exactly? Therefore, "SOMETHING LIKE" goes first.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform