PDA

View Full Version : Not including a list?



RPMiller
Jun 18th, '03, 08:10 AM
Just in case I missed something along the way...
Do we have a way to NOT include a list?
I want the list items, but not the list name. I went through all the export tags, and I couldn't find one so I'm wondering if there is one that didn't get listed or if there is a way to make this happen that anyone knows of.
This is the final piece I need to finish my export template. Although having HD display 0 END would be nice too. ;)

Thanks to whoever can help.

Simon
Jun 18th, '03, 08:14 AM
Sure...just use the IS_NOT_LIST container. If the item is a list, that container will be replaced with an empty string. If it's not a list (e.g. a list item, or just a regular old ability), it will be replaced with the contents of the container.

RPMiller
Jun 18th, '03, 08:45 AM
Originally posted by dsimon
Sure...just use the IS_NOT_LIST container. If the item is a list, that container will be replaced with an empty string. If it's not a list (e.g. a list item, or just a regular old ability), it will be replaced with the contents of the container. Hmm... That's exactly what I did, but the list is still showing up. I just uploaded the character and export templates for the USPD Submissions. If you have the time, and I know that is probably in short supply, could you look at the export template and see why it isn't working? I banged my head against it for about 1/2 hour this morning and could not make it work. Thanks!

Simon
Jun 18th, '03, 08:57 AM
You're using IS_NOT_LIST_ITEM instead of IS_NOT_LIST

A list is not a List item, therefore it will be included in your method.

RPMiller
Jun 18th, '03, 11:55 AM
Originally posted by dsimon
You're using IS_NOT_LIST_ITEM instead of IS_NOT_LIST

A list is not a List item, therefore it will be included in your method. Actually, I need to keep IS_NOT_LIST_ITEM, but remembering what you've told me before I put the IS_NOT_LIST inside it, and it did exactly what I needed it to. THANKS Dan!