I am trying to make some small changes to an old VB web app I need to add quotes inside of a string I\'ve had no luck so far. The string is
Dim sql As Stri
it's like this..
dim user_id as string="SomePerson" debug.print "UserId=" & chr(34) & user_id & Chr(34)
produces..
UserID="SomePerson"