Roberto P. Well-Known Member Licensed User Longtime User Nov 4, 2017 #1 I'm making My owner B4A library with Eclipse. How do I show a message with the B4A LOG ("") function? Thank you
I'm making My owner B4A library with Eclipse. How do I show a message with the B4A LOG ("") function? Thank you
Johan Schoeman Expert Licensed User Longtime User Nov 5, 2017 #2 Roberto P. said: I'm making My owner B4A library with Eclipse. How do I show a message with the B4A LOG ("") function? Thank you Click to expand... BA.Log("the values is = " + yourvalue); Upvote 0
Roberto P. said: I'm making My owner B4A library with Eclipse. How do I show a message with the B4A LOG ("") function? Thank you Click to expand... BA.Log("the values is = " + yourvalue);
Roberto P. Well-Known Member Licensed User Longtime User Nov 5, 2017 #3 Johan Schoeman said: BA.Log("the values is = " + yourvalue); Click to expand... thank you Upvote 0