Hi,

I'm reading in a file and shoving the results into a varable.

<cffile action="">         file="#Directory#\#LCase(ListGetAt(FileName,1,'.'))#.xxx"
        variable="var">

In the above example the file would be file="C:\temp\dump.xxx"

When I dump the "var" variable I get something like:

var = "tmp dump.xxx windows c:\windows\temp.log temp.log"

I need to extract "dump.xxx" from the above variable. What the best way to do this?
Note: The first wordspace after the word "tmp" could also be a tab.
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Reply via email to