Mehrzad238
Active Member
Hello, if I want to show a sub like this in B4X project as text in a label or any textview, how should I do that?
I mean, know that if I put even a whole class in a text file, I can show it like this:
But when I want to show a sub in B4X or if it's multiple subs in it, that is a problem.
I mean, know that if I put even a whole class in a text file, I can show it like this:
B4X:
dim code as string=$"${File.ReadString(File.DirAssets,"code.txt")}"$)
But when I want to show a sub in B4X or if it's multiple subs in it, that is a problem.
Last edited: