N nico78 Active Member Licensed User Longtime User Sep 24, 2011 #1 Hello, How to add quotes?: No error when I compile but in the execution yes! Why it is so complicated to make things so simple with Basic4Android B4X: Dim string1 As String string1=QUOTE+"nicolas"+QUOTE -->error in execution Log(String1)
Hello, How to add quotes?: No error when I compile but in the execution yes! Why it is so complicated to make things so simple with Basic4Android B4X: Dim string1 As String string1=QUOTE+"nicolas"+QUOTE -->error in execution Log(String1)
K kickaha Well-Known Member Licensed User Longtime User Sep 24, 2011 #2 Not complicated: B4X: string1=QUOTE & "nicolas" & QUOTE Upvote 0
N nico78 Active Member Licensed User Longtime User Sep 24, 2011 #3 Yes, I remembered it later. I have a hard time at the moment, there is nothing which works! Upvote 0