Re: Can types be global
Chris Bensler wrote:
> Juergen Luethje wrote:
>>
>> don cole wrote:
>>
>>> Chris Bensler wrote:
>>>>
>>>> Make sure typechecking is not disabled within the include file or any files
>>>> it includes.
>>>
>>> Would that be without type_check?
>>
>> Yes.
>>
>>> If so how can I override this.
>>> I can't find that in there but I would like to be sure with an override.
>>
>> with type_check
>>
>> see <<a
>> href="http://rapideuphoria.com/refman_2.htm#62">http://rapideuphoria.com/refman_2.htm#62</a>>
>>
>> Regards,
>> Juergen
>
> You cannot override with or without type_check.
> You can turn typechecking on or off at different points in your program, but
> if a file contains a with/out type_check statement, there is no way to
> override
> that with an opposing statement.
This is absolutely right, of course. It seems that I was somehow confused
yesterday. Thanks for un-confusing me.
Regards,
Juergen
|
Not Categorized, Please Help
|
|