search for: tfth_

Displaying 1 result from an estimated 1 matches for "tfth_".

Did you mean: auth_
2006 May 17
0
variable colnames
...abase for each errors that has occurs. In my loop i tag colnames with the name of the error, in order to access them later (when i've finished to get all data's) so the colnames are like this (i extract a table of 5 columns, the number of rows is variable and doesn't matter): Nom_ Cpt_ Tfth_ Ftm_ Fts_ Just after the "_" i paste the error name (the error names are without spaces or numbers) By example if the error name is "InletPressureToLow" the colnames will be "Nom_InletPressureToLow" "Cpt_InletPressureToLow" ... So i'm forging the coln...