[Gambas-devel] LineAnalyze for gambas-0.98

Charlie Reinl Karl.Reinl at ...16...
Thu Aug 26 02:12:05 CEST 2004


Salut Benoit,

from gdm

SET Operater '!'  ex. in line   RETURN rResult!nRecord
	-  	no blank  left and not rigth

PUBLIC FUNCTION CountTableData(sTable AS String) AS Integer

  DIM rResult AS Result

  rResult = Handle.Exec("SELECT COUNT(*) AS nRecord FROM " & sTable)
  RETURN rResult!nRecord

END

Made Workearooound for  Numbers in CONST , Operaters greater then 1 like ')=' 
and + or - in Numbers   

Amicalement
Charlie

Attached Feditor.class
if you set bIsDebug in  preLineAnalyze to FALSE no message will popup.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: FEditor.class
Type: application/x-java
Size: 41443 bytes
Desc: not available
URL: <http://lists.gambas-basic.org/pipermail/devel/attachments/20040826/62113a17/attachment.bin>


More information about the Devel mailing list