2019-10-30 04:52 PM
if GLOB_MODPAR_NAME = "paramName" then *** do something *** endifit's strength relies in its ability to create a circular condition between parameters, but it could become tedious task for the scriptor to use this functions repeatedly a big number of parameters.
2019-10-31 02:18 AM
2019-10-31 02:34 AM
AC22-23 AUS 7000 | Help Those Help You - Add a Signature |
Self-taught, bend it till it breaks | Creating a Thread |
Win11 | i9 10850K | 64GB | RX6600 | Win10 | R5 2600 | 16GB | GTX1660 |
2019-10-31 01:08 PM
2019-11-01 02:45 AM
Moonlight wrote:I am still not seeing the benefit here.
@Barry Kelly
The idea is that if "GLOB_MODPAR_NAME" have detected a change in any parameter value under the title, you would specifiy what parameters should be changed. So basically you have made the code less verbose.
2019-11-01 03:23 AM
2019-11-01 04:22 AM
if update_swch_1 = 1 then x = REQUEST("DateTime","%d %b %Y",dstr) x = REQUEST("DateTime","%X",tstr) PARAMETERS date = dstr + " " + tstr PARAMETERS update_swch_1 = 0 ENDIF
2019-11-01 12:01 PM