Difference between revisions of "DeleteFromInputText"

From the Oblivion ConstructionSet Wiki
Jump to navigation Jump to search
imported>CSbot
(Automated import of articles)
 
imported>QQuix
m (Removed the {{BotAddedPage}} tag)
 
Line 1: Line 1:
{{BotAddedPage|CSbot|DragoonWraith}}
{{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.