EmEditor Home - EmEditor Help - Command Reference - Edit category

Insert Inverted Question Mark command

Summary

Inserts an inverted question mark.

Description

Inserts an inverted question mark (¿) at the cursor.

How to Run

Plug-in Command ID

Macros

[JavaScript]

document.selection.Text="¿";

[VBScript]

document.selection.Text="¿"

Feedback Send feedback on this topic to Emurasoft

Copyright © 2003-2012 by Emurasoft, Inc.