I can render each variable to a table but I want to concatenate crudely
as follows:

Squeezejs.ui.Tracknumber & "." & squeezejs.ui.Trackname <br>
Squeezejs.ui.Album <br>
Squeezejs.ui.Albumartist

You wouldn't concatenate those items in code, but define different elements in your HTML to represent the items. Eg. every item expects an element ID where to render the data. Just put three <span> elements with the correct IDs in a row where you want to place them.

--

Michael
_______________________________________________
discuss mailing list
discuss@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/discuss

Reply via email to