[futurebasic] Re: [FB] Beginners Corner

Message: < previous - next > : Reply : Subscribe : Cleanse
Home   : January 2010 : Group Archive : Group : All Groups

From: Emmett <click@...>
Date: Wed, 20 Jan 2010 17:02:19 -0800
The following line is generating an error:
String term expected in line 26 of constant example
There is a pointer to the word _cr$¬

On Jan 20, 2010, at 3:06 PM, Max Taylor wrote:
> gMessageStr = "From Class [ MxApplication ]" + _cr$ ¬
>          +"  In Method [ Mx_MakeAboutBox ]"




On Jan 20, 2010, at 4:34 PM, Ken Shmidheiser wrote:

> Hint: If you Command-Click on a record name, it will take you to the  
> definition in the appropriate include file.
Oh I see, and then I will know which include file is needed.
I knew about the command click just did not put 2&2 together yet.