Actions
Feature #9777
openLogging QFQ Variables
Status:
New
Priority:
Normal
Assignee:
Carsten Rose
Target version:
-
Start date:
16.12.2019
Due date:
% Done:
0%
Estimated time:
Discuss:
Prio Planung:
Description
We need the ability to see how a variable is replaced and also which variables exist at a certain point in time in a specific store.
Solutions:
- Introduce the '?' syntax:
- {{? someVariable:VR0}}, {{? SELECT ... }}, {{?! SELECT ... }}, ...
- the parser will replace the variable as usual and write the result to qfq.log
- {{? * :V}} will output all the V-store variables
- Introduce '?' as a variable:
- {{ ? : VR }}
- All variables in stores V and R will be written to qfq.log
Marc preferes the first variant, since it is more powerfull.
No data to display
Actions