Skip to content

Problem with using ampersand in notepad.prompt() prompt text #176

Closed
@sasumner

Description

@sasumner

When using an ampersand ( & ) in the "prompt" argument to notepad.prompt() it gets "distorted" in a way that Windows programmers will easily understand. :-)

Examples:

notepad.prompt('Tom & Jerry', '', '')
produces:
image

notepad.prompt('Tom&Jerry', '', '')
produces:
image

The example directly above SHOULD produce the following:
image

Pythonscript 1.5.2.0

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions