I need to call this sub in another sub
B4X:
Sub JobDone (job As HttpJob)
-------
-----
------
end sub
B4X:
Sub Activity_Create(FirstTime As Boolean)
JobDone (job As HttpJob) ---------------> job remains in red and I can declare
----
---
---
----
end sub