Thanks NTDOC,

; *** File Name: COMPINFO3.KIX
; *** Date Created: 04/09/2004 5:49PM - By NTDOC

I think I have download this which few days ago, should be on last friday.

I have using another variable to store the software info data,
then I combine the content back to $WL,like this:
Code:

$WL = 'pbfont size="5" color="#800000">INSTALLED SOFTWARE/font/b/p'+@CRLF
+'table border="1" cellpadding="0" cellspacing="0"
style="border-collapse: collapse" bordercolor="#111111" width="100%" id="AutoNumber6">'+@CRLF
+' tr'+@CRLF
+' td width="19%" height="19"bfont color="#FF0000"APPLICATION/font/b/td'+@CRLF
+' td width="20%" height="19"bfont color="#FF0000"PATH/font/b/td'+@CRLF
+' td width="20%" height="19"font color="#FF0000"VERSION/font/b/td'+@CRLF
+' td width="20%" height="19"bfont color="#FF0000">PUBLISHER/font/b/td'+@CRLF
+' /tr'+@CRLF
;*************************************
For Each $Item In $MySoftware
$WL2 = $WL2 +..........
Next
;*************************************
$WL2 = $WL2 + '/table'+@CRLF
+ '/body'+@CRLF
+ '/html'+@CRLF

$WL = $WL + $WL2 <---------- combine the two content


And it is okay, I don't know why it not work when using the orindary script and I am sorry that I haven't investage it.

Thanks for your help!


Edited by gilbertng (2005-10-12 11:05 AM)