PDA

View Full Version : how to show a message in build view


pinorrix
09-14-2004, 09:18 AM
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...

kinook
09-14-2004, 09:24 AM
Builder.LogMessage "my message"

pinorrix
09-14-2004, 09:55 AM
thanks for your quick answer....