B4A V2.30 and type problem during compile

imbault

Well-Known Member
Licensed User
Longtime User
B4X:
Sub Process_Globals
Type Position (Latitude As Double, Longitude As Double)
...
end Sub

Compiling code. Error
Error parsing program.
Error description: Types should be declared in sub Globals.
Occurred on line: 5
Type Position (Latitude As Double, Longitude As Double)

Before V2.30, it was no problem
 
Top