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

wx.... Functions

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

wxGetErrDesc - How to Use

Keywords:   wxGetErrDesc  wxGetLastErr()

Question:

I'm using a script that connects me to various remote sites and when there's an error, it displays a message, but in code 13, which means busy. I'm told that wxGetErrDesc can convert these. Could you explain how I can use to in my script.

Answer:

Here's how:
nErr = wxGetLastErr()
desc=sxGetErrDesc(nErr)
Message(nErr,desc)

Article ID:   W12688
Filename:   wxGetErrDesc How to Use.txt
File Created: 1999:04:15:16:48:56
Last Updated: 1999:04:15:16:48:56