Hello, in other languages I have the habit of doing something like this:
As with functions, procedures, etc..
Are "iVar1" and "iVar2" kind integer?
Thank you very much and greetings.
B4X:
Dim iVar1, iVar2, iVar3 as int
B4X:
sub SumCalculate( iV1, iV2, iV3 as int) as int
return (iV1 + iV2 + iV3)
end sub
Thank you very much and greetings.