//    Instruction Example :      text.edition.secure (long)


        screen.resolution.set (512,384)

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

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

        text.edition.secure (TRUE)

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

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

        keyboard.wait ()

        script.stop ()