Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Stuctural cdx or idx not found
Message
From
05/10/1998 09:26:59
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
 
 
To
05/10/1998 09:11:13
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00141779
Message ID:
00143844
Views:
33
>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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform