Descriptive Problem Summary:
Passing a string into the ClearList method works.
p << output("", "ActiveUserBrowser:ClearList");
Passing a null value in the ClearList method does not.
p << output(null, "ActiveUserBrowser:ClearList");
Both calls work in DreamSeeker.
Did I report this a while back? Seems familiar but it's tripping me up again and search is too slow to dig around.
ID:2035310
![]() Feb 12 2016, 9:56 am
|
|||||||||||||
Resolved
| |||||||||||||
![]() Feb 12 2016, 9:58 am
|
|
Doesn't sound familiar to me, but I'll look into it.
|
Function doesn't take any parameters.
function ClearList() |