Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
What's wrong with this?
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
What's wrong with this?
Divers
Thread ID:
00192676
Message ID:
00192676
Vues:
48
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
Everything makes sense in someone's mind
public class SystemCrasher :ICrashable
In addition, an integer field is not for irrational people
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform