05-04-2009 06:41 AM - edited 05-04-2009 06:42 AM
Hi RENN,
did you try Andreys suggestion?
Mike
05-04-2009 07:35 AM - edited 05-04-2009 07:38 AM
yes mike
thanks for your quick reply
i need a control where i can edit values.
please see the vi attached.
thanks
05-04-2009 07:47 AM
Hi RENN,
in this case i think it would be a good solution to use a table as seen in your image. All your values are strings then. You can use a seperate array to store the types.
Hope it helps.
Mike
05-04-2009 07:52 AM - edited 05-04-2009 07:57 AM
you mean is it better to convert the string data type(eg-numbers in table) to intiger using one of the string/Number conversion function?
i'm actually using a table now. some columns are intended for numbers. but if the end user inserts some letters in the column intended for numbers (string datatype) these functions returns zero.
05-04-2009 07:55 AM
Hi RENN,
i'm not sure what you mean. I think it's a better presentation. It looks better if you use a table instead of a big array of cluster of ... 🙂
Mike
05-04-2009 07:59 AM - edited 05-04-2009 08:01 AM
thanks mike 🙂
could you please clarify what do you mean by a seperate array of datatypes?
could you please giv me an example vi?
06-29-2014 01:42 AM
hai , i need to make an 2d array with differnt datatype in different column (eg: numeric in first column enum in second column string in 3rd column).
Is there any possibility to make ...
Waiting for reply
Thanks,
praveen
06-29-2014 11:45 AM - edited 06-29-2014 11:46 AM
@NPK wrote:
hai , i need to make an 2d array with differnt datatype in different column (eg: numeric in first column enum in second column string in 3rd column).
Is there any possibility to make ...
I would make a 1D array of clusters, where the cluster contains a numeric, an enum, and a string, Arrange the cluster elements horizontally and resize the array vertically.
See also this idea.