Bug? Couple of Fixes for the Documentation

cklester

Well-Known Member
Licensed User
@klaus

B4X Basic Language
Page 63
5.6.6 Returned Value

current: ...add a parenthesis at the end os the object type.
fixed: ...add a parenthesis at the end of the object type.

current: If you want to return a multidimentional array you need to add comma for supplematary diemsion.
fixed: If you want to return a multi-dimensional array, you need to add a comma per supplementary dimension.

current: One comma for a two dimeansion array.
fixed: One comma for a two-dimensional array.
 
Top