This code fails in compiling of a project. It is in a xCustomListView_ItemClick event.
I get this error while compiling:
The B4X code is this:
Where scvLitem is a Type that is entered as a value in a preoptimized list.
I get this error while compiling:
/Users/ereluziel/Documents/UploadedProjects/<user id>/B4iProject/b4i_b4xmainpage.m:1685:24: error: expected expression
1685 | _scvlitem = (_scvlitem*)(_value);
The B4X code is this:
B4X:
Dim scvLItem As scvLItem = Value
Where scvLitem is a Type that is entered as a value in a preoptimized list.