Quote Originally Posted by newbie View Post
ive been thinking about doing that..but the thing is if the length of the file names is less than 12, i might have trouble retrieving only the arrays that were inserted with the file name characters. if i include the arrays that were not over written by the file name characters and still contains the pre loaded value, the vdip2 would respond "command failed".
What if you populate the array with a character that would probably not be used in a file name, (~), and parse the array for that before the array is used again.

Or, have a "working" array. This would be one that stored arrays are parsed into for using.

Stored array with (~) character
Stored array re-written into sandbox array
Sandbox array is sent to VDIP
Start over with next stored array.

Maybe....