- Code: Select all Expand view
- nWidth += ::ColAtPos( nPos++ ):nWidth + COL_SEPARATOR
And this is the error message:
- Code: Select all Expand view
- Error description: Error BASE/1081 Argument error: +
Args:
[ 1] = U
[ 2] = N 2
It looks as ::ColAtPos( nPos++ ):nWidth is NIL.
Any workaround?
EMG