I am putting names and scores into a fld,
so if the cHiScoreName is already in the fld I need to delete the line that contains the same name in the fld before I update with new data
I am having problems working out how to delete the line.
Code: Select all
      set the cHiScore of fld "alltimehighScorefld" to fld "alltimehighScorefld" 
      set the cHiScoreName of fld "alltimehighScoreName" to fld "alltimehighScoreName"
      put  the cHiScoreName of fld "alltimehighScoreName" after fld "showHiScores"
      put space& the cHiScore of fld "alltimehighScorefld" &cr after fld "showHiScores" Jon 23456
Fred 34345
Sue 12875
Any advice is appreciated, Thanks, Jon

 
 

 
  
 