[futurebasic] Re: [FB] question mark

Message: < previous - next > : Reply : Subscribe : Cleanse
Home   : October 2004 : Group Archive : Group : All Groups

From: Paul Bruneau <paul_bruneau@...>
Date: Thu, 21 Oct 2004 10:34:10 -0400
On Oct 21, 2004, at 10:28 AM, Paul Bruneau wrote:

> On Oct 21, 2004, at 10:08 AM, Alain Wrobel wrote:
>
>> 		Hello,
>>
>> 	Two new questions :
>> 		- how can I insert a question mark in a literal constant (FB4 vFR); 
>> eg I want to use the following constant "save before quit ?" and the 
>> editor decides for me "save before quit print" (the solution is to 
>> print the "? "in a remark, cut it, and copy it in the constant)
>
> This seems to work:
>
> _test$ = """this is a test"""

Sorry, my reading comprehension is bad today.

I didn't any problem typing and running this:

_test$ = "save before quit ?"

But I may not be using the same version of the editor that you are, so 
maybe it's best to ignore me and see what others say.