XojoScript Text Extensions prob

Hi guys! I’ve noticed something strange when using text inside a script. For example when I do:

[code]Dim t As Text = “123,456,789”

Dim items() As Text
items = t.Split(",")[/code]

I’ll get an ExtensionMethodRequiresConversions (error 184) whereas with a string type it works fine.

Is this a bug?

Feedback # 47162