[Gambas-devel] LineAnalyze

Charlie Reinl Karl.Reinl at ...16...
Tue Aug 17 23:27:54 CEST 2004


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




More information about the Devel mailing list