Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
how would i read a csv file?
#7
You can't set the variable in the macro. That's an action level this. Instead, change Start() to be like this:

Code:
Method Start([Out] String MyValue) Returns Int4
Begin
   ....

    MyValue := MyParmStrArray[1];
EndMethod;

If you pass GVar:TransitVanOutsideTemp as the parameter when you invoke the macro via MacroEng::RunMacro(), it will become the storage behind the MyValue parameter. So, when you set MyValue in the macro, you are actually setting the macro and it so it will have that set value upon return from the macro back to the action level.


In the CML section of the help there is a language reference and a class library reference. The language reference section describes the language itself.

I will continue to try to find the time to have my help compiler generate an overall help index page, but haven't been able to yet. I did it for drivers, but not an overall index.
Dean Roddey
Explorans limites defectum
Reply


Messages In This Thread
how would i read a csv file? - by indygreg - 11-13-2017, 06:05 PM
RE: how would i read a csv file? - by Dean Roddey - 11-13-2017, 06:47 PM
RE: how would i read a csv file? - by indygreg - 11-13-2017, 08:50 PM
RE: how would i read a csv file? - by Dean Roddey - 11-13-2017, 09:12 PM
RE: how would i read a csv file? - by indygreg - 11-14-2017, 04:20 AM
RE: how would i read a csv file? - by indygreg - 11-14-2017, 05:56 AM
RE: how would i read a csv file? - by Dean Roddey - 11-14-2017, 09:53 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  CrystalDiskInfo/read SMART hdd info IVB 2 2,755 09-30-2016, 10:00 AM
Last Post: IVB
  Anyone with Foscam - read this. jkmonroe 6 3,280 03-01-2016, 11:55 AM
Last Post: wuench
  Windows 8.1 and file sharing Mark Stega 3 2,826 10-09-2014, 10:51 AM
Last Post: Dean Roddey
  File location in cab cookie? rtarver 21 7,927 04-07-2014, 11:07 AM
Last Post: Dean Roddey
  CQSL Media Repo & File Tags timaelabu 1 2,296 04-23-2012, 06:45 PM
Last Post: Dean Roddey
  MKV file and Zoomplayer jpants 0 1,473 03-21-2010, 02:16 PM
Last Post: jpants
  Automated cross-server file backups IVB 4 2,647 08-23-2008, 02:11 PM
Last Post: Dean Roddey
  Anyone got a copy of Premiere/etc to edit a WMV file? IVB 17 6,755 07-21-2007, 12:17 PM
Last Post: znelbok
  Just read the CQC Driver Dev Docs! Squintz 27 8,211 10-26-2006, 07:32 PM
Last Post: johnnynine

Forum Jump:


Users browsing this thread: 1 Guest(s)