10-31-2014 09:09 AM
I amd reading data from a csv file (string format) and want to delete the first column and put the second column in its place. This group of strings is a list of filenames I want to pass to another process. The problem is that some of these strings will contain a minus sign and this "delete from array" function chops the string data after the minus sign. Does anyone have a workaround for this????
Attached is the input and output data, and this piece of the VI
Thank you in advance for you help.
10-31-2014 09:25 AM - edited 10-31-2014 09:26 AM
Delete from array does not chop anything. Your display is only showing part of the string. Make the string longer, or wider to see the full string.
EDIT: And you didn't post any source code you posted a picture. Check out this link under the Posting a Question section.
Unofficial Forum Rules and Guidelines
Get going with G! - LabVIEW Wiki.
17 Part Blog on Automotive CAN bus. - Hooovahh - LabVIEW Overlord
10-31-2014 09:34 AM
Thank you - mud placed appropriately in face.