Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Pass NULL instead of array
Message
From
23/02/2019 14:25:31
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
01666677
Message ID:
01666678
Views:
43
>Hi,
>
>I have a function that receives a parameter, an array. The code is as follows:
>
>
>Function MyFunc
>LPARAMETERS tParam1, tParam2, taMyArray
>EXTERNAL ARRAY taMyArray
>
>
>I need to add the 4th parameter. In the case of the 4th parameter the 3rd is not necessary. If I pass the 3rd parameter (taMyArray) set to NULL will I have a problem? Since the next line (EXTERNAL ARRAY taMyArray) expects this parameter to be an array.
>
>TIA

You wouldn't have any problem. You could as well pass anything.
Ç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