Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
What's wrong with this?
Message
From
01/03/1999 11:15:56
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
 
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00192676
Message ID:
00192685
Views:
21
>I have the following code in a method which is
>called throughtout a form to loop through an
>array and write the array element out to a low
>level file. The actual FPUTS is in the WriteFile
>method:
>
>LPARAMETERS aHeaderInfo
>
> FOR nHeader = 1 TO ALEN(aHeaderInfo)
> ThisForm.Writeline(aHeaderInfo[nHeader])
> ENDFOR
>
>RETURN
>
>
>When I build an EXE, I get the error:
>
> 'Unknown AHEADERINFO - Undefined.'
>
>The word 'aHeaderInfo' appears only in this method.
>
>So what gives?
>
>Thanks in advance
Either ignore the error or add a line :
external array aHeaderInfo
so proj. man. would stop complaining :)
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
Reply
Map
View

Click here to load this message in the networking platform