nom d'un tableau petit prob
Publié : lun. 10/avr./2006 15:14
Salut voila jai un petit probleme avec ce code
je n'arive pa s ametre un non diferent au tableau
A+
scaraber
je n'arive pa s ametre un non diferent au tableau
A+
scaraber
Code : Tout sélectionner
ProcedureDLL WriteStringDim(nomtableau$,taillex,tailley,fichier.s)
Dim nomtableau$(taillex,tailley)
OpenFile(1,fichier)
For y=1 To tailley
For x=1 To taillex
If x=taillex
WriteStringN(""+nomtableau$((x,y))
Else
WriteString(""+nomtableau$(x,y)+";")
EndIf
Next
Next
CloseFile(1)
EndProcedure