WebListbox.Cell (-1,-1) should work ?

Should this work on a web app ?

Dim Data as string = MyWebListbox.Cell (-1,-1)

I am getting an OOB exception

Is the WebListbox filled with some data ?

OS/Xojo versions ?

Is the WebListbox filled with some data ? Yep

OS/Xojo versions ? 2017 R1.1 (windows)

No.

Such a Cell doesn’t exist.

@Ralph Alvy The desktop listbox supports it… that’s why I was asking…

Ah. I had no idea. I hardly ever do Desktop stuff.

Years ago, the LR mentioned in error that it was possible to do Data as string = MyWebListbox.Cell (-1,-1).

I tried, and of course it did not work.

The LR has been corrected since.