Enter some items and submit to see the results of
the MakeVarsFromClientParams tag in the ShowVars area
Note: the MakeVarsFromActionParams/MakeVarsFromClientParams custom tags
automatically make variables from all action_params/form elements -
which is NOT what you want to do if security is an issue.
[money: '10'] = $10.00
[money: '$100.45'] = $100.45
[money: '-100500.66'] = -$100,500.66
[money: '-$100500.66', '£' ] = -£100,500.66
[money: (output: 1 + -10950.55 ), '£' ] = -£10,949.50
[monies: '10', '$100.45' , '-100500.66'] = $10.00 $100.45 -$100,500.66
[FirstUpper: 'quick brown fox'] = Quick brown fox
[FirstUpper: 'quick_brown fox'] = Quick brown fox
[FirstUpper: 'quick_brOwN fOx''] = Quick brown fox
[TitleCase: 'quick brown fox'] = Quick Brown Fox
[TitleCase: 'quick_brown fox'] = Quick Brown Fox
[TitleCase: 'quick_brOwN fOx'] = Quick Brown Fox
[ShowActionParams] = ShowActionParams:
-nothing =
-operatorlogical = and
-maxrecords = 50
-skiprecords = 0
[ShowVars] = ShowVars:
Creative Computing. All rights reserved. | Comments should be sent to info@asktami.com.