Hi 
Example:
$loop("%_filename_ext%")
or
$loop("%artist%")
But ever order is in one item...
I need sorting in MORE de one item, need multiples items
in the "Old System" my sort is:
[EXPORTSORT]
SORT=2 5 9
In the "New System" I don't know 
Very Thanks.
I don't have much experience with the export, but according to the help:
I assume that nested loops would do what you want.
Anyways, I am sure dano or Florian can help you more. ![]()
Edit: Notice that new MP3Tag versions do not need the quotation marks around the field name. You will have to write:
$loop(%fieldname%)
Hi
I think this
$loop(%album%)$loop(%track%)$loop(%_filename_ext%)
---> export what you want here
$loopend()$loopend()$loopend()
would be the solution for you.
nickless
QUOTE (nickless @ Dec 19 2004, 08:40 AM)
Hi
I think this
$loop(%album%)$loop(%track%)$loop(%_filename_ext%)
---> export what you want here
$loopend()$loopend()$loopend()
would be the solution for you.
nickless
Hi: 
First... Very Thanks to Nickless and Sebastian for the help.
Nickless, your indications functioned perfectly. Finally I could order for multiples items. Thanks again. A Great Greeting!