Joined: Thu Apr 17, 2008 6:04 am Posts: 70 Location: Plymouth, Indiana, USA
Saving an arrayed variable to datalog
Hello, Adding an element of a array to the dataLog has produced an error while running. I've found a work-a-round but still have a question.
The two lines below compile but produce an error when running: n = 10; AddToDatalog(Array[n]); The error is: Exception violation report...(other stuff)...."Invalid datalog source(58)".
These three lines work: n = 10; pass = Array[n]; AddToDatalog(pass);
Why doesn't the first method (the one that produces the error) work?
Users browsing this forum: No registered users and 2 guests
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot post attachments in this forum