View Single Post
  #2 (permalink)  
Old 05-07-2008, 02:48 AM
forumsupport forumsupport is offline
Senior Member
 
Join Date: Apr 2007
Posts: 474
Default

Hello,

We looked into task that you have attached. What we understand is, you want to use the value variable, $File_Name$ in task that you are calling subsequently using Run Task command. Am I right?

In that case, unfortunately, you cannot directly use value of $File_Name$ in another task. Either you can put Variable operation command that assigns value to $File_Name$ in respective task that you call using Run Task command or in main task assign value of $File_Name$ to $Clipboard$ and in sub task assign value of $Clipboard$ to $File_Name$.

Regarding NumLock toggled On/Off, when you record the task, recorder also records the status of NumLock so on replay task will reset the NumLock status as per recording.

Hope that helps.
Reply With Quote