I can do this with LOG - and it displays in LOG no problems
MyScale = GetDeviceLayoutValues.Width
Log ("Width = " & MyScale)
I want to do the same thing in a Message Box (MyScale is a FLOAT)
Something like MsgBox ("Width = " & MyScale) which clearly does not work
Thanks
MyScale = GetDeviceLayoutValues.Width
Log ("Width = " & MyScale)
I want to do the same thing in a Message Box (MyScale is a FLOAT)
Something like MsgBox ("Width = " & MyScale) which clearly does not work
Thanks