This topic is locked

Template Language

9/23/2008 9:56:26 AM
ASPRunnerPro General questions
C
carlo author

Hi
i have look in help file , try a serch inside forums , alos a serch over internet.... but i do not found nothing else the same few rows i have in my help file..
I need to personalize my template and i would like to add some control: i would like to check if the field name finish with '001' or not
{if left("##@f.strname##",3) == "001"
... other code
{/if}
it run, but i would know if is possibile to have a complete reference's manual about template language for asprunner pro (5.2) .
i think it could be useful : in help file you wrote that exist some dot operator but you do not write a list.
thanks in advance
Carlo

C
carlo author 9/23/2008

http://www.xlinesoft.com/asprunnerpro/docs...te_language.htm


Hi Sergey
it is the same i have in help file and there is too few information on DOT OPERATOR and on....
tere is aomething else ? more detailed ?
Thanks!
Carlo

Sergey Kornilov admin 9/23/2008

Carlo,
this is the same manual you already have in ASPRunnerPro help. If something is not mentioned there it doesn't exist.
If something is not clear feel free to ask. Be specific.

C
carlo author 9/23/2008

Hi,

I looking for a list of structure members, properties and if present metods of the objects/structure.
Thanks
Carlo

Sergey Kornilov admin 9/23/2008

Carlo,
template language expressions are references to the project file. Open project file in text editor or better yet, rename it to *.xml and open in browser.
Template language processor replace template expressions with their values from the project (XML) file.

I hope this makes sense.