callsub2

  1. R

    Android Question CallSub2 Sub not found

    Calling a Public Sub in a class from another class: private Sub touchInShape(aX As Double, aY As Double) As Map Dim m As Map Dim p As TMapPoint = MapUtilities.initPoint(aX, aY) Dim tLL As TMapLatLng = PointToLatLng(p) m.Initialize For Each oKey As Object In...
  2. diegolyanky

    Spanish App-->SMF Alguna idea...

    Hola a todos: Estoy empezando a full con B4X... ya hice 3 cursos, y la verdad es que vá de pelos !!... Y en cuanto al pedido este, nunca me animé a registrarme y pedir ayuda... No sé, como que pensé que no me darían mucha bola... (perdón por la expresión :) ) Dispongo de un foro, hecho en php...
  3. FERNANDO SILVEIRA

    Android Question Indirect call of a Sub Routine

    Hello guys, I have this test program where I'm trying to reach a SUB by passing its name as arg of another an initial SUB (see example below). I'm using callsub2. Documentation says I have to pass component name (which in my case is Main), but syntax checker says that Main is an undefined...
Top