02-12-2007 09:49 AM
I haven't tried this paticular VI, but I've had the problem of a vi trying to load itself with other vi's posted here or on NI's website. I think it was down to a virus scanner corrupting the vi. I down loaded the troublesome vi at home (different AV) and it was OK.
Rod.
02-12-2007 10:08 AM
02-12-2007 10:40 AM
02-12-2007 12:14 PM
Hay Bruce,
The reason it does that is:
It only adds one recent file to the list at a time, but the size limit thing just coerces the list size if it gets too large.
You need to make an INI file in the same directory. This is at the base of the program, as it constantly accesses it so that less code is needed from you. So make sure that the INI is in the same directory. Otherwise, the subs won't remember any of the list.
Let me know how it turns out! They should be very easy to use.
7J1L1M
P.S. I didn't take into account the index changing when I did the text editing. Thanks for that pointer!