05-28-2009 01:19 AM - edited 05-28-2009 01:24 AM
Hi!
Receiving data sring and write it to array. Data sting consist of different data types, so now i have to intialize my arrays element somehow to correct data type. Forexample array:
char
char
int
int
float
float
Is it possible somehow? Or do i have to use formula node or something alike?
Thank You ! (again) 🙂
Solved! Go to Solution.
05-28-2009 01:43 AM - edited 05-28-2009 01:44 AM
This data looks like a cluster, to create such a cluster you can build a cluster constant on the BD and use the typecast function to fill the cluster. Some things you need to be aware of:
What is the size of the Int?
What is the size of the float?
What is the endian-ess of the data.
Here are two examples:
Ton