Hi WvS,

Great!

I've just downloaded and tested the new release of SteelKix. Although I tested just a few items, I did found out that my macros do not work as expected.

Example:
Macro @DATE

 Code:
Macro DATE
Dim $dtn,$rc
Imports $dtn = System.DateTime.Now

Try
   $rc = $dtn.ToString("yyy/MM/dd")
EndTry
Catch
   $e
EndCatch

If $e
   $DATE = $e.ToString()
Else
   $DATE = $rc
EndIf
EndMacro


Result SteelKix 0.2
 Code:
2009/10/06


Result SteelKix 0.2.2
 Code:


No typo here. The result with 0.2.2 is nothing.