Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Stuctural cdx or idx not found
Message
De
05/10/1998 09:26:59
Cetin Basoz
Engineerica Inc.
Izmir, Turquie
 
 
À
05/10/1998 09:11:13
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00141779
Message ID:
00143844
Vues:
34
>procedure file you mean is
> a .prg file having the same name as that of the function
>is that so
>
>thanks
Close but not exactly. It's a prg with many functions in it. If it's just a prg you wouldn't need to "set proc to .." but directly call it.
* Myfunc.prg
lparameters tuPar1
return type("tuPar1")
You call above function directly - ? myfunc("hello").
* myprocs.prg
function fun1
return 1

function fun2
return 2

*....
This is a procedure file, a prg, keeping many functions. Calling :
set procedure to myprocs additive
? fun2()
? fun1()
? anotherfunction()
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