B4J Question B4J 4.50 debug mode error

ta1dr

Member
Licensed User
Longtime User
Hello All
I update my B4J for 4.50 versiyon but when I compile debug mode give error...
do you have any solution ?
,
Non-UI application (console / server application)
#Region Project Attributes
#CommandLineArgs:
#MergeLibraries: True
#End Region

Sub Process_Globals
Dim osc As Int=270
Dim i As Int=0
Dim txt As String=""
Dim ax As String
End Sub

Sub AppStart (Args() As String)
txt=osc
i=(txt.Length -1)
Do Until i=0
txt="0" & txt
i=i-1
Loop
ax=txt
osc=0
LogDebug("test")
End Sub

B4X:
 
Cookies are required to use this site. You must accept them to continue using the site. Learn more…