Template:Example Code: Difference between revisions

From MediaMonkey Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 9: Line 9:
  <span style="color: #808080;">' objSonglist.UpdateAll</span>              'Commented Out For Safety                '[[SDBSongData|UpdateAll]]
  <span style="color: #808080;">' objSonglist.UpdateAll</span>              'Commented Out For Safety                '[[SDBSongData|UpdateAll]]
                           Updates db and writes tags (if checked in options)
                           Updates db and writes tags (if checked in options)
  <span style="color: #b1b100;">End Sub</span><noinclude>[[Category:Template]]</noinclude>
  <span style="color: #b1b100;">End Sub
: Full Script [[Sample Read and Write Method%28s%29]]</span><noinclude>[[Category:Template]]</noinclude>

Revision as of 02:05, 11 April 2008

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
Full Script Sample Read and Write Method(s)