Must destroy!

What's wrong with this code? It only seems to be returning the first line ("<fp_Image>").

-----------------
  dim code as String

  dt_Issue = ReplaceAll(dt_Issue,"-","/")

  code = ""
  code = code + "<fp_Image>" + EndOfLine
code = code + "<fp_ImageFilename>jpgs/" + dt_Issue + "/" + st_Filename + "</fp_ImageFilename>" + EndOfLine code = code + "<fp_ImageCaption>" + st_Caption + "</ fp_ImageCaption>" + EndOfLine code = code + "<fp_ImageCredit>" + st_Credit + "</fp_ImageCredit>" + EndOfLine code = code + "<fp_ImageClass>" + st_Align + "</fp_ImageClass>" + EndOfLine
  code = code + "</fp_Image>" + EndOfLine + EndOfLine

  Return code
-----------------
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>

Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>

Reply via email to