Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Return field name from table.field
Message
De
01/01/2001 09:25:44
Cetin Basoz
Engineerica Inc.
Izmir, Turquie
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00458247
Message ID:
00458303
Vues:
18
>To return 'line' from 'orderdet.line' I am using the following code...
>
>test='orderdet.line'
>
>? substr(test,at('.',test)+1,len(test)-at('.',test))
>
>Is there a better way to do this?

Joe,
Without a fll loading yours is good. You could shorten it a bit :
? substr(test,at('.',test)+1)

Cetin
Çetin Basöz

The way to Go
Flutter - For mobile, web and desktop.
World's most advanced open source relational database.
.Net for foxheads - Blog (main)
FoxSharp - Blog (mirror)
Welcome to FoxyClasses

LinqPad - C#,VB,F#,SQL,eSQL ... scratchpad
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform