Silver Surfer
Joined: 13 Jan 2012 Posts: 20
|
Posted: Sat Jan 14, 2012 3:04 pm Post subject: WinTin++ 2.00.8 - syntax of #format |
|
|
Need to rewrite (correctly in new syntax) following samples (that worked well on 1.98.5, but now malfunctioning):
#fu {a1} { ...; #parse {%0} { #form {result} {%s%s} {{$result} {&0}} }; ...} //formatting result variable, in parse, in function body - adding chars one-by-one to result, from parsed string
#fu {a2} { ...; #form {result} {%s%s} {{$result} {<260> }}; ...} //just formatting result variable - adding string at end of result variable
#fu {a3} { ...; #form {result} {%s%s} {{$result} {=}}; ...} // another formatting result variable sample - adding "=" symbol at end of result variable
How to spell these correctly on 2.00.8?
Also, good #form manual (with alot of examples) may be in great help (that manual which is on site, is small and uninformative... ). |
|