Im attempting to create a string that contains a quotation mark to denote inches. Here is the Code:
Function Binding(Val As String, Quan As Integer)
If Val = "Combound Under 1" " Then
Binding = Quan * 3
However this gives me an error. The system sees the first (") and thinks im trying to end my string. Thus it expects to see my (Then) statment following the first ("). Intead it sees another (") and it gets confused. Is there a way around this?
How can i denote that the first quotation mark is still part of the string, and not denoting the end of the string...
Thanks,
-Eric
Bookmarks