concatenating text with address reference
Buy youself a BASIC or programming manual (seriously, you will
discover a lots of "tricks"). For example, if you need string
quotation character inside the string - just double it:
"""" - will result a " in string.
|