From: Pavel T. <tp...@ma...> - 2011-04-10 07:35:47
|
2011-04-10 10:30 UTC+0300 Pavel Tsarenko (tpe2/at/mail.ru) * source/server/letovars.c * Readme.txt * readme_rus.txt + added server-side functions to support shared variables on the server LETO_VARSET( nUserStru, cGroupName, cVarName, xValue[, nFlags ) --> lSuccess LETO_VARGET( nUserStru, cGroupName, cVarName ) --> xValue LETO_VARINCR( nUserStru, cGroupName, cVarName ) --> nValue LETO_VARDECR( nUserStru, cGroupName, cVarName ) --> nValue LETO_VARDEL( nUserStru, cGroupName, cVarName ) --> lSuccess These functions can be run from the client by function leto_udf, and also from the functions defined in a file letoudf.hrb. The first parameter such function always nUserStru Best regards, Pavel Tsarenko |