Index of /xtras/param_xtra/win

Icon  Name                    Last modified      Size  Description
[PARENTDIR] Parent Directory - [   ] param_xtra_v0.3.zip 2017-06-09 02:31 1.4M [TXT] readme.txt 2017-06-09 02:30 702
xtra Param -- version 0.3
*externalParamName any paramNameOrNum
*externalParamValue string param
*externalParamCount

This scripting xtra overwrites the 3 Lingo "externalParam..." functions with a
custom implementation, that uses parameters defined in a [Params] section of the
current projector-INI. This allows to run DCRs originally meant for web-usage
only in a projector environment.

Shortcomings:

- Only works if the DCR calls the "externalParam..."-functions as global
  functions, and not as methods of the _player object.

- Not Unicode-safe yet - so at the moment it can't be used with Non-ASCII
  characters neither in the projector name/path nor in the parameter values.