By Jordi-Albert - Wednesday, March 13, 2024
|
How can I print the { character in the report?
wenn I try it on a label inside the dictionay, I bekomme an error |
By genome - Thursday, March 14, 2024
|
I cannot find it in the documentation but using {{ in Dictionary.xml will result in just { in the report.
|
By Jordi-Albert - Thursday, March 14, 2024
|
it's for debugging.... Thanks.... had worked like I wanted Suposse I have:
<!-- Collection summary by male, females and unknown gender, followed by the names in HTML format. Example: "a brother and two sisters, named Benoit, Anne and Estelle" 0=males, 1=females, 2=unknown gender, 3=names in html format, 4=all females?, 5=more than 1 in total? Test={0}=un germà, {1}=dues germanes, {2}=, {3}=<a href='Benoit.htm'>Benoit</a>, <a href='Anne.htm'>Anne</a> i <a href='Estelle.htm'>Estelle</a>, {4}=Y|, {5}=Y| --> <PhCollectionMFU T="{0}[[{?0} i ]{1}][[{?0|1}, i també ]{2}][[{?0^1},] anomena[{?4}[[{?5}des][{!}da]]][{?!4}[[{?5}ts][{!}t]]] {3h}]" />
then I want it to change for
<PhCollectionMFU T="§2495§Test={{0}={0},{{1}={1},{{2}={2},{{3}={3},{{4}={4},{{5}={5},{0}[[{?0} i ]{1}][[{?0|1}, i també ]{2}][[{?0^1},] anomena[{?4}[[{?5}des][{!}da]]][{?!4}[[{?5}ts][{!}t]]] {3h}]" /> now, wenn I run the report, I know the line and the parameters, and also I can use those parameters in the "Phrase Editor" |
|