Bonjour; Je dois avoir des tirais dans le nom d'une variable pour etre en mesure de la mettre dans une table de données "Datatable". Ces données sont lu par un systeme d'achivage de notre entreprise. Comment je peut m'y prendre?
exemple de nom: BARO-LTU-PE
If using CRBasic, when you define the output in the DataTable, such as Average, Maximum, Minimum, Sample, etc. On the line following this use the "FieldNames" instruction.
Sample (1,Variable,FP2)
FieldNames ("BARO-LTU-PE")
Have a look in CRBasic Help which has an example of how to use this.