Code:
V1 =LOOP/START, ID = YES, NUMBER = 60, START = 1, SKIP = ,
OFFSET: XAXIS = 0, YAXIS = 0, ZAXIS = 0, ANGLE = 0
F1 =GENERIC/POINT,DEPENDENT,RECT,$
NOM/XYZ,CYL1.HIT[V1].X,CYL1.HIT[V1].Y,CYL1.HIT[V1].Z,$
MEAS/XYZ,CYL1.HIT[V1].X,CYL1.HIT[V1].Y,CYL1.HIT[V1].Z,$
NOM/IJK,CYL1.HIT[V1].I,CYL1.HIT[V1].J,CYL1.HIT[V1].K,$
MEAS/IJK,CYL1.HIT[V1].I,CYL1.HIT[V1].J,CYL1.HIT[V1].K
COMMENT/REPT,Cly1 Hit " & v1 & " = " & cyl1.hit[V1].x & ", " & cyl1[v1].hit[V1].y & ", " & cyl1.hit[v1].z
LOOP/END
Basically if I was writing Visual basic code. This is what I want to do in a PCDMIS report comment.
Of course this isnt the correct syntax for PCDMIS, but I was hoping someone might know how to do this?
Im trying to Concatenate a string together that can be output to the PCDMIS report.
Thanks
Comment