Quantcast
Channel: Xojo Programming Forum - Latest topics
Viewing all articles
Browse latest Browse all 3894

Help with XojoScript

$
0
0

I ran into a problem with Xojo script:
Var a As Integer = 5
Var b As Double = 10.5
Print a.ToString

This works

Now if I ask to print b

Var a As Integer = 5
Var b As Double = 10.5
Print b.ToString

I get Error 184 ExtensionMethodRequiresConversions

Can someone help with that one?
Thank you

1 post - 1 participant

Read full topic


Viewing all articles
Browse latest Browse all 3894

Trending Articles