Can someone tell me if this is possible

Posts   
 
    
bertcord avatar
bertcord
User
Posts: 206
Joined: 01-Dec-2003
# Posted on: 29-Dec-2004 15:56:08   

Can you create a LPT template that is used as an include of a TDL template?

bert

Otis avatar
Otis
LLBLGen Pro Team
Posts: 39614
Joined: 17-Aug-2003
# Posted on: 29-Dec-2004 16:00:58   

not possible, as includes in TDL are in fact merged with the TDL template to become part of that template at runtime which is then parsed as one template text. So merging an lpt template with TDL will not work: tdl is interpreted and lpt is compiled to C# or vb.net.

Frans Bouma | Lead developer LLBLGen Pro