#file_links not working correctly in spin
The #file_links macro isn't working correctly when used inside spin tags. It doesn't use the first #file_links file after either the { or |. If you put a space after the { or | then it works.
In the example below files lsents.txt and difflsents.txt will never get used.
Example -
{#file_links[C:\Files\lsents.txt,1,S] #file_links[C:\Files\rsents.txt,1,S]|#file_links[C:\Files\difflsents.txt,1,S] #file_links[C:\Files\diffrsents.txt,1,S]}
In the example below files lsents.txt and difflsents.txt will never get used.
Example -
{#file_links[C:\Files\lsents.txt,1,S] #file_links[C:\Files\rsents.txt,1,S]|#file_links[C:\Files\difflsents.txt,1,S] #file_links[C:\Files\diffrsents.txt,1,S]}
Tagged:
Comments