//    Instruction Example :     long text.width.get (objectid)


        screen.resolution.set (512,384)

        text.display ("Press a key to exit.",CENTER,350)

        screen.set (BACK)
          pattern.display ("avo\bubble.gif")
        screen.end ()

        text.font.select ("arial")
        text.char.height.select (50)

        @text=text.create ("True Type Font")
        text.display (@text,CENTER,CENTER)

        box.display (CENTER,CENTER,text.width.get (@text),text.height.get (@text))

        keyboard.wait ()

        script.stop ()