Please note this is an old forum thread. Information in this post may be out-to-date and/or erroneous.
Every phpdocx version includes new features and improvements. Previously unsupported features may have been added to newer releases, or past issues may have been corrected.
Hi
I need a fonction to duplicate blocks (for duplicate tables in example) in a template (with duplicate and incremante variables in each block).
It's possible ? This function exists in phpword...
Thanks
Ben
Ok thanks for you response.
But I talk about block in template beetwen $BLOCK_lot$
I have a word template like with
blablablabl
blablabla
$BLOCK_lot$
ans i want dynamicly make a doc like with
blablablabl
blablabla
$BLOCK_lot1$
$BLOCK_lot2$
$BLOCK_lot3$
...