I was able to get it to work using:
Dim strTagNum As String = Chr(34) & "0500772" & Chr(34)
Dim strTagPrint As String = "C:\Progra~1\Seagull\BarTender\8.0
\bartend.exe /F=C:\Tags.btw /P /?TagNumber=" & strTagNum
--- In vantage@yahoogroups.com, "Michael McWilliams"
<mmcwilliams22@...> wrote:
Dim strTagNum As String = Chr(34) & "0500772" & Chr(34)
Dim strTagPrint As String = "C:\Progra~1\Seagull\BarTender\8.0
\bartend.exe /F=C:\Tags.btw /P /?TagNumber=" & strTagNum
--- In vantage@yahoogroups.com, "Michael McWilliams"
<mmcwilliams22@...> wrote:
>it.
> I am having trouble putting together a string that has quotes in
> What is the best method. Here is an example of what I am doing. I
> would assume it is simple, I just cant figure it out.
>
> Dim strTagPrint As String = "C:\Progra~1\Seagull\BarTender\8.0
> \bartend.exe /F=C:\Tags.btw/P /?TagNumber="0500772""
> Process.Start(strTagPrint)
>