hi
I am converting a previously written VC++ code to labview ...
but i m facing a problem ... ie ... in VC++
typedef struct
{
float X,Y,Z;
int X2,Y2;
}Position;
in VC++ , if i hv to assign a value to structure.I use pointer to structure so as to give value to each individual variable...
but as far as labview is concerned how to create structure & assign value to it directly ...
is creating structure same as creating clusters in labview ?
& how to assign value to it ? is thr any thing like pointer's in labview ?
I am using Labview 8.0..
waiting in anticipation ...
reply asap...
thanking u for ur support...
regards
Yogan