Sorry but no!
You lack basic knowledge of the lanquage syntax.
I am sorry to say that, but you must read the PBP manual and test the commands before doing this.
Just to help you going, arrays are accessed by their element position, e.g. TX_Donnee = Compteur is wrong and should be TX_Donnee[Compteur] = Compteur.
Ioannis
Bookmarks