How to manage SyScript cache files ?
In case of problem to display ".spg" files you should install the plugin here
test a short sample here : From a web page
here documentation
|
|
It is often usefull to manage cache files, in order not to reload script files when they don't have been modified, as do all browser for web pages. SyScript is a language which allows to call many other scripts files from the first calling script with CALL command. A script application can be composed of many script files downloaded on demand. example : CALL http://www.sinetis.fr/heart/heart.spg |
|
|
Any script can be stored anywhere of allowed authorized location on the computer and called from the local path. Use HTTP GET command to store or replace file on computer and then call file from the local path Use FTPGET command to store or replace file on computer and then call file from the local path Use MYSQLQUERY command to store or replace file on computer and then call file from the local path for example use following paths : CALL %APPDATA%\script.spg |
