{currenthelptext} {product} {helptype} {viewcore}
Example - Sub Statement
Sub Main() Dim DST As String DST = "t1" MkDir DST MkDir "t2" End Sub