//    Instruction Example :     string text.edit (string,long,long,long,long)


        screen.resolution.set (512,384)

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

        text.display ("Edit text and press ESCAPE to stop editing.",CENTER,10)

        $name=text.edit ("",CENTER,CENTER,50,50)

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

        keyboard.wait ()

        script.stop ()