%GetColName function
Related pages:
TEXT %
( HBJ in objRef, INT in index )
objRef | Reference to an object of Structure definition or Structured variable type. |
index | Column index. |
%GetColName(SV.Structure\HBJ, 1) ; returns the value of "Text" %GetColName(SV.Structure\HBJ, 2) ; returns the value of "Int" %GetColName(SV.Structure\HBJ, 10) ; returns invalid value
See also the attribute: \HBJ
Related pages:
Pridať komentár