Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Simple Questions
Message
From
27/11/2002 09:42:12
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00727548
Message ID:
00727554
Views:
7
1. Is it OK to pass a Memo field as a parameter to a function?

I believe it would pass just like you passed it any other character field.


2. When declaring variables as Private, is it necessary that these variables be declared earlier in your program? (The FoxPro help information was a little confusing - 'Hides specified variables or arrays that were defined in a calling program from the current program.')

Unless you scope the variable as Public or Local, it would be Private by default. But for readability, I would declare them as private anyway. Do you name your variables according to scope (ex: gcChar, lnNumeric, plLogical)?
Previous
Reply
Map
View

Click here to load this message in the networking platform