HannBrady

Members
  • Posts

    1
  • Joined

  • Last visited

HannBrady's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. HannBrady

    FileHandle

    I seem to be having issues with exporting data from my virtual channels to the files/folders I created. The sequence will not run that has my code for exporting said data: (export.myexportset.strFileName= "C:\Log" + x (my variable for date/time) + "\folder name.csv" beginexport(myexportset) I keep seeing examples of "FileHandle" functions, however I have NO understanding of what the function does. Do I need FileHandle in my sequence in order for the data to actually be written into my created files?