View Single Post
  #4 (permalink)  
Old 11-08-2011, 01:22 AM
NeoTechni NeoTechni is offline
Basic4ppc Veteran
 
Join Date: May 2011
Posts: 412
Default

In VB, we just put 2 of the double quotes in and it treats it as 1 instead of ending/starting the string.

ie" debug.write "Hello ""Jim"""
prints Hello "Jim"

Is there anyway to change it to that? It's much more convenient.
Reply With Quote