oError:args
-
- Posts: 605
- Joined: Thu Jan 28, 2010 9:11 pm
- Location: Steven Point, Wisconsin USA
- Contact:
oError:args
Sometimes oError:args is an array. I know I can do a dc_arrayview() or wtf to view the data. DC_Xtoc() only shows {...}. Is their a different function available to convert the array to a text string to show in a popup dc_msgbox().
Re: oError:args
Var2Char() ?
Best regards,
Tom
"Did I offend you?"
"No."
"Okay, give me a second chance."
Tom
"Did I offend you?"
"No."
"Okay, give me a second chance."
Re: oError:args
DC_ArrayString( <aArray> ) will display the array as a string.
The eXpress train is coming - and it has more cars.
-
- Posts: 605
- Joined: Thu Jan 28, 2010 9:11 pm
- Location: Steven Point, Wisconsin USA
- Contact:
Re: oError:args
It is not documented in the help file. But it appears to work similar to var2char() for arrays.