vali khandangoll Active Member Nov 24, 2019 #1 hi how can create a function in B4R ? please write an example.
Erel B4X founder Staff member Licensed User Longtime User Nov 25, 2019 #2 B4X: Sub Sum (x1 As Int, x2 As Int) As Int Return x1 + x2 End Sub Programming guide: https://www.b4x.com/b4r/documentation.html Upvote 0
B4X: Sub Sum (x1 As Int, x2 As Int) As Int Return x1 + x2 End Sub Programming guide: https://www.b4x.com/b4r/documentation.html
vali khandangoll Active Member Nov 25, 2019 #3 Erel said: B4X: Sub Sum (x1 As Int, x2 As Int) As Int Return x1 + x2 End Sub Programming guide: https://www.b4x.com/b4r/documentation.html Click to expand... thank you Erel. Upvote 0
Erel said: B4X: Sub Sum (x1 As Int, x2 As Int) As Int Return x1 + x2 End Sub Programming guide: https://www.b4x.com/b4r/documentation.html Click to expand... thank you Erel.