Customers Translator GenoPro version: 3.1.0.1
Last Login: Tuesday, November 26, 2024
Posts: 202,
Visits: 1,865
|
How can I print the { character in the report?
wenn I try it on a label inside the dictionay, I bekomme an error |
Administrators Customers Important Contributors FamilyTrees.GenoPro.com GenoPro version: 3.1.0.1
Last Login: 2 days ago @ 11:34 AM
Posts: 3,397,
Visits: 26,165
|
I cannot find it in the documentation but using {{ in Dictionary.xml will result in just { in the report.
'lego audio video erro ergo disco' or "I read, I listen, I watch, I make mistakes, therefore I learn"
|
Customers Translator GenoPro version: 3.1.0.1
Last Login: Tuesday, November 26, 2024
Posts: 202,
Visits: 1,865
|
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" |