WinBatch Tech Support Home

Database Search

If you can't find the information using the categories below, post a question over in our WinBatch Tech Support Forum.

TechHome

Samples from Users
plus

Can't find the information you are looking for here? Then leave a message over on our WinBatch Tech Support Forum.

Insert Debug Message Using WinBatch Studio Menu


Insert Debug Message
        thevariable = wEdGetWord()                           ; Get Selected word.
        If thevariable==""
            wLeft()                                        ; move left and try again
            helpword = wEdGetWord()                        ; Select possible word...
            wRight()                                       ; Reposition cursor.
         EndIf                                             ; Helpword=="".
         If thevariable==""
            thevariable=AskLine("Help! Variable not found.","Enter desired variable name","Type keyword here")
         EndIf            ; thevariable=="".
         wHome()
         wDownLine()
         wInsString(StrCat('Message("',thevariable,'",',thevariable,')'))
         wNewLine()

Article ID:   W17307
File Created: 2007:07:03:14:29:26
Last Updated: 2007:07:03:14:29:26