var_ags compile error

agraham

Expert
Licensed User
Longtime User
This is a bit arcane but b4p.var_args does not conform to the new variable pattern with two underscores. I'm updating my debug Watcher and this means a special case test. It may also be why this works in the IDE but does not compile. EDIT:- No it's not! Its probably something else.
B4X:
Sub App_Start
   Msgbox(args(0))
End Sub
 
Last edited:
Top