j'ai une struture cheque et un tableau de cette structure, je veux utiliser ce tableau.
exemple :
private structure cheque
dim numero as integer
dim nom as string
end structure
dim tabcheque () as cheque
tabcheque(i).numero = 12
cet derniere instruction ne marche pas ! pourquoi ????
Partager