17 Oct
2008
17 Oct
'08
8:22 a.m.
Hi, Can someone tell me what's the difference between this 2 lines: [$swtoolObj.ToolName>$doc.fullName] <a href="$doc.getURL("view")">$swtoolObj.ToolName</a> Here $swtoolObj.ToolName is "Windows XP", and $doc.fullName is "Main.Windows XP". The first code line will fail to link to the "Main.Windows XP" document, while the second works fine. Thanks! Ming