Ask a questionAsk a question
 

AnswerSet variable value

  • Wednesday, October 28, 2009 10:47 AMcollie12 Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     
    Hi,

    How can i set a variables's value (string) in my flow? When a lookup isn't found for example i want to assign a value to the variable so that the application (.net) that runs the package can read that value.

    Thanks

Answers

  • Thursday, October 29, 2009 9:08 AMNitesh Rai Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     Answer
    Use a script component and make the variable as read/write variable.
    Then assign the required value by accessing the variable using Me.
    Me.variablename = value
    Nitesh Rai- Please mark the post as answered if it answers your question

All Replies