Yes, it's nothing, i put this as exemple, see the function pTab.
ptab(String Before,String,String After,Choice,Number of space,type of space).
For year ( 1111 ,1111) You must just change the "Choice" with 1 (in the first line on write info) to write left "(". I don't know if it's clear.
Exemple:
If value of year is nothing,
with pTab('(',Value,',',1,4,'*') give : (****,
with ptab('(',Value,',',2,10,'*') give : (**********
with pTab('(',Value,',',3,5,'*') give : *****,
with ptab('(',Value,',',4,5,'*') give : nothing
with ptab('(',Value,",",5,5,'*') give : *****
You can adjust as your choice and the data you choose to write.