Forum Discussion

EnTerr's avatar
EnTerr
Roku Guru
9 years ago

"ERROR: roArray.Append: parameter is self reference"

BrightScript Debugger> l = [1,2]: l.append(l): ? l BRIGHTSCRIPT: ERROR: roArray.Append: parameter is self reference <Component: roArray> = [     1     2 ] Okay, so this is just lazy!  😛 B...