Page 1 of 1
oError:args
Posted: Thu Oct 05, 2017 10:30 am
by Cliff Wiernik
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
Posted: Fri Oct 06, 2017 12:44 am
by Tom
Var2Char() ?
Re: oError:args
Posted: Sun Oct 08, 2017 4:53 pm
by rdonnay
DC_ArrayString( <aArray> ) will display the array as a string.
Re: oError:args
Posted: Tue Oct 10, 2017 9:01 am
by Cliff Wiernik
It is not documented in the help file. But it appears to work similar to var2char() for arrays.