You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+14Lines changed: 14 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -284,6 +284,20 @@ The following values are built-in functions that are placed after the equa
284
284
-@cl: **Sessioc Cache Then Delete It** - Value `Key|Replacement value`
285
285
-@cd: **Cache** - Value `Key|Replacement value`
286
286
-@ct: **Cache Then Delete It** - Value `Key|Replacement value`
287
+
- @_: **Script** - Value `Script text`
288
+
-@lu: **Script** - Value `Url`
289
+
-@lL: **Session Cache Line** - Value `Key[{Line} (without this, it reads the first line then deletes it)`
290
+
-@lI: **Session Cache INI** - Value `Key[{INIKey}`
291
+
-@dL: **Cache Line** - Value `Key[{Line} (without this, it reads the first line then deletes it)`
292
+
-@dI: **Cache INI** - Value `Key[{INIKey}`
293
+
-@ek: **Event Key**
294
+
-@ew: **Event Which**
295
+
-@ex: **Event Client X**
296
+
-@ey: **Event Client Y**
297
+
-@eX: **Event Page X**
298
+
-@eY: **Event Page Y**
299
+
-@Ex: **Event Offset X**
300
+
-@Ey: **Event Offset Y**
287
301
288
302
> Note: Action controls are executed sequentially; if an action control decides to change an `id` attribute from a tag, subsequent action controls cannot perform actions with the previous `id` attribute.
0 commit comments