[Gambas-devel] LineAnalyze
Charlie
karl.reinl at ...16...
Thu Aug 19 21:41:16 CEST 2004
Benoit Minisini schrieb:
>On Tuesday 17 August 2004 23:27, Charlie Reinl wrote:
>
>
>>Salut Benoit,
>>
>>why LINE is a Keyword
>>
>>Draw.LineStyle = LINE.Dash
>>
>>Output :
>> Draw 5 Symbol
>> . 4 Operator
>> LineStyle 5 Symbol
>> = 4 Operator
>> LINE 2 Keyword
>> . 4 Operator
>> Dash 5 Symbol
>>
>>After my testings on a copy from gambas
>> CASE "."
>> sBlank = ""
>> IF nI > 0 THEN
>> IF iPart[nI - 1] <> 5 AND sPart[nI - 1] <> "LINE" THEN
>> sBlank = " "
>> ENDIF
>> ENDIF
>>
>>to cache also that
>>
>> IF .Count = 0 THEN RETURN
>>
>>Amicalement
>>Charlie
>>
>>
>>
>
>Analyze() is not intelligent enough :-)
>
>
>
So I have to wait !?
Charlie
More information about the Devel
mailing list