Template:Property Summary: Difference between revisions

From MediaMonkey Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 15: Line 15:
{{Pipe}}- style="background-color:#CC99FF;" align="center"
{{Pipe}}- style="background-color:#CC99FF;" align="center"
{{Pipe}} ''Field Name''
{{Pipe}} ''Field Name''
{{Pipe}} style="background-color:#CC99FF;" align="center" {{Pipe}} [[{{{4|}}} table#{{{5}}} {{Pipe}} {{{5|}}}]]
{{Pipe}} style="background-color:#CC99FF;" align="center" {{Pipe}} {{#if:{{Multiple Tables|{{{5|}}}}}|[[{{{4|}}} table#{{{5}}} {{Pipe}} {{{5|}}}]]}}
{{Pipe}}- style="background-color:#CC99FF;" align="center"
{{Pipe}}- style="background-color:#CC99FF;" align="center"
{{Pipe}} ''Field Type''
{{Pipe}} ''Field Type''

Revision as of 11:25, 11 April 2008

{{{2}}}

Example Code

Complete script

Sub

  For iCounter = 0 to objSongList.count - 1                                    'SongLists
      Set objSongData = objSongList.Item(iCounter)
      -- = objSongData.-
      SDB.MessageBox "Value = '" &  -- & "'", mtError, Array(mbOK)    'SDB.MessageBox
  Next
' objSongData.- = -New- 'Commented Out For Safety
' objSonglist.UpdateAll              'Commented Out For Safety                 'UpdateAll
                         Updates db and writes tags (if checked in options)
End Sub