01-29-2014 08:34 PM
01-29-2014 09:14 PM
01-29-2014 10:24 PM
Hi Dennis , that problem is fixed( it was not actaully related to data transfer between c# and LabVIEW) but I have problem in passing 2D arrays
The formats are exactly the same but I get this exception in c#
Since the topic was different I thought it is better to create a new topic
I would greatly appreciate any help on this?
01-30-2014 07:29 AM
If all else fails, you could pass n 1D arrays across and then put the original 2D array back together. That's probably how the computer would do it behind the scenes, anyway.
Cameron
01-30-2014 09:03 AM
conversion from string to number is not that important, I can do it later. My problem is right now how to split the string( every 8 chars or every 4 chars) and insert them in the next columns ( the same row). Can you help me to do this?
I tried using split string but then how can I move it to the next cube?
01-30-2014 09:12 AM
@tintin_99 wrote:
conversion from string to number is not that important, I can do it later. My problem is right now how to split the string( every 8 chars or every 4 chars) and insert them in the next columns ( the same row). Can you help me to do this?
I tried using split string but then how can I move it to the next cube?
For this one, stick to your original thread
We've given you some suggestions. Show some effort and we'll help you along.