With more recent versions of KiXtart you also have the C*() functions for specifically casting variable type.

Check your manual for CStr(). I think these were introduced in 4.10-ish.

It is no better than using "" to cast the type, but it is a bit more formal and it worth looking up to see how to cast (say) doubles and integers using CDbl() and CInt()