how to make string containing " ?

  • Thread starter Thread starter bob
  • Start date Start date
B

bob

Hi,

I need to make a string containing this text litterally as it::
selectcommand="select * from table where field1=' " & myvar & " ' "

Dim st as string
st="selectcommand=" & ???

How can i include " in the string without it is interpreting as a string
delimiter?

Thanks
bob
 
Back
Top