05-07-2010 10:13 AM
Hi,
I am trying to implement the following C# code natively in LabVIEW 2009f3.
VptSessionParamList test = new VptSessionParamList("TSDevMasterParseDeviceResponse"); test.Add("00262D65 Y 0F Y C2N-MNETGW 2-Way Gateway [v2.999.0012.Quick_FIX, #00262D65]"); string t = test.ToString();
When I try to use the Add method in LabVIEW, it looks like the reference becomes a null reference causing the rest to fail. Below is how I implemented it in LabVIEW.
Is there a way to fix this?
Thanks
John
Solved! Go to Solution.
05-07-2010 10:21 AM