#1
|
|||
|
|||
how to show a message in build view
A VBScript generates a message and this message should be shown in Build View. How to do this? I need an excample how I can implement it in my script.
Thanks for your help... |
#2
|
|||
|
|||
Builder.LogMessage "my message"
|
#3
|
|||
|
|||
thanks for your quick answer....
|
|
|