From: Alexander S.K. <al...@be...> - 2010-04-28 09:30:44
|
2010-04-27 13:25 UTC+0300 Alexander Kresin (alex/at/belacy.belgorod.su) * include/funcleto.h * include/srvleto.h * include/rddleto.h * include/rddleto.ch * source/client/letomgmn.c + set of functions to support shared variables has been added: LETO_VARSET( cGroupName, cVarName, xValue[, nFlags[, @xRetValue]] ) --> lSuccess LETO_VARGET( cGroupName, cVarName ) --> xValue LETO_VARINCR( cGroupName, cVarName ) --> nValue LETO_VARDECR( cGroupName, cVarName ) --> nValue LETO_VARDEL( cGroupName, cVarName ) --> lSuccess LETO_VARGETLIST( [cGroupName] ) --> aList * source/server/letofunc.c * source/server/letoacc.c * source/server/server.prg + source/server/letovars.c * support of shared variables has been added * letodb.hbp * Makefile.linux * makefile.bc * makefile.vc * makefile.gcc * Readme.txt Regards, Alexander. |