Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Coding in prg instead of inside forms ?
Message
De
21/08/2000 08:06:35
Cetin Basoz
Engineerica Inc.
Izmir, Turquie
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00407229
Message ID:
00407247
Vues:
31
>|If functions are not returning values to use then :
>|do myFunc1 in PrgName
>
>Hello,
>
>If the function does return a value and even use parameters you can use
>> Do myFunc1 With luParm1,luParm2 in PrgName to lcReturnValue
>
>Greetings,
>
>KW
>
>PS.
>
>How do you get the original message in the posting ?
Nope but you could do it preparing a variable for return value and passing it by ref (any parameters passed using 'with' would be passed by ref unless stated otherwise by 'set udfparameters') :

local luRetValue
do myFun in myPrg with myValue, luRetValue

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