SMX: Server Macro Expansion
Home
Edit
Function:
01. Basics
02. Math and Logic
03. Flow Control
04. String Manipulation
05. Date/Time
06. SQL/ODBC
07. Utility Functions
08. File Manipulation
09. Macro Handling
10. Session/Form Info
append-header
authenticate:
client-authname
client-body
client-headers
client-host
client-ip
client-query
client-state
client-url
content-type
content-type:
counter
enumform
enumheader
expires:
form
form-saveas
fqppath
fqurl
fset
header
html-clean
html-quote
httproot
mimetype
port
protocol
redirect
redirect
server-ip
set-header
url-decode
url-encode
11. Encryption
12. Hash Functions
13. Exception Handling
14. Miscellaneous
--
Syntax
%--(varname)
Description
Decrements the variable name supplied.
Example
%set(x,3)%--(x)%x% Outputs: 2
See Also
++
Home
|
News
|
Design