[futurebasic] FBtoC error

Message: < previous - next > : Reply : Subscribe : Cleanse
Home   : February 2009 : Group Archive : Group : All Groups

From: Ken Shmidheiser <kshmidheiser@...>
Date: Mon, 2 Feb 2009 21:42:07 -0500
Max asked:

> Is FBtoC confused by the single quotes within the double quotes?


Max,

Have you tried by dropping the single quotes and compiling with:

winTitleStr = "Serial Port Open C Demo"

If that works, you have your answer and can proceed with finding a  
solution or workaround, perhaps:

winTitleStr = "Serial Port" + "'" + "Open C" + "'" + "Demo"

Ken

p.s. This window title string will fit in as Str31, but you know that.