HannBrady Posted September 14, 2021 Share Posted September 14, 2021 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? Quote Link to comment Share on other sites More sharing options...
AzeoTech Posted September 15, 2021 Share Posted September 15, 2021 File handles are used when you are using low level file access, basically functions that start with "File.". You do not need it if you are using an export set. You say the sequence will not run. Have you checked the command/alert for an error message? Can you post the entire sequence? Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.