Hi,
While looking at some sample code I see the use of \ and \\ as leading characters. Also, there are commas on some of the lines which I have also never seen before.
I have never seen that usage before. Can someone explain?
Thanks,
Stanley
While looking at some sample code I see the use of \ and \\ as leading characters. Also, there are commas on some of the lines which I have also never seen before.
Code:
IF m.lnUseProgressBar = 1 THEN
\m.loProgress = CREATEOBJECT("progress")
ENDIF
&& tcOutputName
\m.lnRetVal = m.loSession.SetParams("<<m.lcOutput>>",
&& tcTempDirectory
IF LEN(m.lcTempDirectory) > 0 THEN
\\"<<m.lcTempDirectory>>",
ELSE
\\,
ENDIF
&& tlNotOpenViewer
IF m.lnView = 0 THEN
\\.T.,
ELSE
\\,
ENDIF
Thanks,
Stanley