08-07-2006 11:36 AM - edited 08-07-2006 11:36 AM
What does putting in a case statement have to do with a while loop?
Message Edited by Dennis Knutson on 08-07-2006 10:36 AM
08-07-2006 11:49 AM
08-07-2006 11:53 AM
Unbundle by Name.
Have you taken any of the basic LabVIEW classes yet?
08-07-2006 12:18 PM
08-07-2006 12:28 PM - edited 08-07-2006 12:28 PM
@Jpop wrote:
i have now tried adding the file/directory info and it returns the error7. and after pressing continue (file/path directory info is wired to create folder), i get an error 10: duplicate path.
OK, this is just silly. Why You are trying to create the same folder with name " " ((space)(space)) millons of times/second in a loop until you press the enable button for the dialog. At every loop iteration you also try to get information on it before you even create it, but then you don't use that information for anything useful!
You need to:
Message Edited by altenbach on 08-07-2006 10:30 AM