View Single Post
  #2 (permalink)  
Old 03-24-2008, 02:05 AM
forumsupport forumsupport is offline
Senior Member
 
Join Date: Apr 2007
Posts: 1,342
Default

Hello,

By default, you can assign blank to that particular variable (that stores login name) in text file and inside task you an check if that particular variable is not blank then perform required actions. For e.g. let us say that variable is $Prompt-Assignment$ so in text file you will write, '$Prompt-Assignment$=' (without single quote) and in task insert command as follows.

If $Prompt-Assignment$ Not Equal To "" Then

End If

Hope that helps.
Reply With Quote