Randy,
You can use the "choose" function to convert the month-numbers into 3-character month names, like this:
Exp3=replace(Exp2,6,2,choose(mid(Exp2,6,2),"Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"))
So, these 3 expressions (first two from my earlier post) should give you the date in the following format: 2006/Aug/19.
[rant]
It's about time NI improved this mess -- it's kinda lame that the Spreadhseet object creates files using a set directory-structure, and there are no simple ways to reconstruct this directory structure back!
Also, the Run command with all its mysterious quotes and double-quotes really could use some simplification. Or, maybe we should just be thankful for not being asked to use Assembly language?? On second thoughts that might actually be easier....
[/rant]
-Khalid
Message Edited by Khalid on 08-19-2006 03:33 PM