Difference between revisions of "DeleteFromInputText"
Jump to navigation
Jump to search
imported>CSbot (Automated import of articles) |
imported>QQuix m (Removed the {{BotAddedPage}} tag) |
||
Line 1: | Line 1: | ||
{{Function | {{Function | ||
| origin = OBSE | | origin = OBSE | ||
| summary = Deletes a number of characters or words from the input text in the direction specified, beginning from the current cursor position. Note that an html tag is treated as both a word and a character (it is not possible to delete only part of a tag). Both optional parameters are false by default. | | summary = Deletes a number of characters or words from the input text in the direction specified, beginning from the current cursor position. | ||
Note that an html tag is treated as both a word and a character (it is not possible to delete only part of a tag). | |||
Both optional parameters are false by default. | |||
| name = DeleteFromInputText | | name = DeleteFromInputText | ||
| arguments = | | arguments = |
Latest revision as of 04:38, 28 December 2014
< [[::Category:Functions|Category:Functions]]
A function added by the Oblivion Script Extender.
Syntax:
(void) DeleteFromInputText numToDelete:short bBackwards:bool bDeleteWholeWords:bool
Deletes a number of characters or words from the input text in the direction specified, beginning from the current cursor position.
Note that an html tag is treated as both a word and a character (it is not possible to delete only part of a tag).
Both optional parameters are false by default.