Add new attachment

Only authorized users are allowed to upload new attachments.

This page (revision-27) was last changed on 24-Jan-2024 07:51 by Ben Spink

This page was created on 29-Dec-2020 05:25 by Ben Spink

Only authorized users are allowed to rename pages.

Only authorized users are allowed to delete pages.

Difference between version and

At line 17 added 8 lines
VRL encodes the inner data....@ becomes {at}, % becomes {percent} etc.
{{{
vrlencode_start
}}}
VRL decodes the inner data. {at} becomes @ etc
{{{
vrldecode_start
}}}
At line 83 changed one line
Parsing a date to a millisecond value. Example: {parse_start:MMddyy HH~..~mm~..~ss}042578 22:43:12{parse_end} Note how the sideways colon is used to represent the colon since colon is our separator character. ~..~~ means: in functions where that scenario occurs. For strict parsing use character '=' at the beginning of the date format like {parse_start:=MM/dd/yyyy}. It will parse only valid dates and fails for example for 13/02/2022 (Month maximum number is 12).
Parsing a date to a millisecond value. Example: {parse_start:MMddyy HH~..~mm~..~ss}042578 22:43:12{parse_end} Note how the sideways colon is used to represent the colon since colon is our separator character. ~..~~ means: in functions where that scenario occurs. For strict parsing use character '__=__' at the beginning of the date format like {parse_start:__=__MM/dd/yyyy}. It will parse only valid dates and fails for example for __13__/02/2022 (Month maximum number is __12__).
At line 100 changed one line
Do very basic math operations on text formatted math. Example: {math_start:l}5+5{math_end} would result in 10. The l is for LONG. f is for FLOAT. i is for INTEGER, which is the default. So {math_start:f}5+5{math_end} would result in 10.0
Do very basic math operations on text formatted math. Example: {math_start:l}5+5{math_end} would result in 10. The l is for LONG. f is for FLOAT. i is for INTEGER. d is for big numbers (double of the integer) which is the default. So {math_start:f}5+5{math_end} would result in 10.0
Version Date Modified Size Author Changes ... Change note
27 24-Jan-2024 07:51 5.262 kB Ben Spink to previous
26 19-May-2023 03:48 5.087 kB Sandor to previous | to last
25 06-Feb-2023 02:35 5.042 kB krivacsz to previous | to last
24 06-Feb-2023 02:34 5.026 kB krivacsz to previous | to last
23 06-Feb-2023 02:33 5.026 kB krivacsz to previous | to last
22 06-Feb-2023 02:29 4.992 kB krivacsz to previous | to last
21 06-Feb-2023 02:27 4.915 kB krivacsz to previous | to last
« This page (revision-27) was last changed on 24-Jan-2024 07:51 by Ben Spink
G’day (anonymous guest)
CrushFTP10 | What's New

Referenced by
CrushTask
LeftMenu

JSPWiki