rleiman Well-Known Member Licensed User Longtime User Nov 13, 2011 #1 Here is some VB code: B4X: Dim strMyVariable As String = "Some text is in here" Can you tell me how to do this in Basic4Android? Thanks.
Here is some VB code: B4X: Dim strMyVariable As String = "Some text is in here" Can you tell me how to do this in Basic4Android? Thanks.
M MikieK Member Licensed User Longtime User Nov 13, 2011 #2 B4X: Dim strMyVariable As String: strMyVariable = "Some text is in here" I know the above works in process_globals Upvote 0
B4X: Dim strMyVariable As String: strMyVariable = "Some text is in here" I know the above works in process_globals
rleiman Well-Known Member Licensed User Longtime User Nov 13, 2011 #3 Hi MikieK, Thanks for the code sample. Upvote 0
kanaida Active Member Licensed User Longtime User Nov 26, 2011 #4 Awesome lol... forever I've been trying to do that. Coming from .net -> a vb6ish style language feel dramatically verbose. Upvote 0
Awesome lol... forever I've been trying to do that. Coming from .net -> a vb6ish style language feel dramatically verbose.