megatrax
Board Newbie
Group: Members
Posts: 4
Joined: April 2003 |
 |
Posted: April 01 2003,04:38 |
 |
Hi Everyone,
I was wondering if anyone has used the Tag from list feature. Here's my problem...I haven't found a way to leave out fields that are sometimes blank and sometimes in use. I was thinking of an If/Then type of thing. For example:
Song one has one composer, song two has three composers and song three has two composers. how do you get it to enter the information correctly. here's what it looks like in the list file:
Composer1,ASCAP,,,, Composer1,ASCAP,Composer2,ASCAP,Composer3,BMI Composer1,ASCAP,Composer2,ASCAP,,
The template string I'm using looks like this:
<V2_TCOM-1[|(]>,<V2_TCOM-2[|),]>,<V2_TCOM-3[|(]>,<V2_TCOM-4[|),]>,<V2_TCOM-5[|(]>,<V2_TCOM-6[|)]>
So the end result in the tag looks like this:
Composer1(ASCAP),(),() Composer1(ASCAP),Composer2(ASCAP),Composer3(BMI) Composer1(ASCAP),Composer2(ASCAP),()
How can I make it look like this?:
Composer1(ASCAP) Composer1(ASCAP),Composer2(ASCAP),Composer3(BMI) Composer1(ASCAP),Composer2(ASCAP)
Anyone? Thanks.
Edited by Magnus Brading on April 01 2003,13:19
|