Translations:Plugin:NimContact/36/en: Difference between revisions

From Miranda NG
Jump to navigation Jump to search
(Importing a new version from external source)
 
(No difference)

Latest revision as of 04:02, 22 January 2022

Information about message (contribute)
This message has no documentation. If you know where or how this message is used, you can help other translators by adding documentation to this message.
Message definition (Plugin:NimContact)
'''start(line(...)X)''' where X is either a number, or s string in "" marks, or the csv() variable (we will get to the line() part in a minute)
* If X a number then it will start or finish copying from the Xth character in the line (remember, 0 is the frst char).
* If X is a string inside "" marks, then the line will be searched for the string and either start or stop copying depening if you are in start() or end().
* If X is csv(seperatorY) then the line is expected a comma seperated variable list (or similar). The seperator must either be "tab" (for tab seperated list), "space" (for space seperated list), or any SINGLE character (e.g , or ;). And Y is which variable to start or finish copying from.

start(line(...)X) where X is either a number, or s string in "" marks, or the csv() variable (we will get to the line() part in a minute)

  • If X a number then it will start or finish copying from the Xth character in the line (remember, 0 is the frst char).
  • If X is a string inside "" marks, then the line will be searched for the string and either start or stop copying depening if you are in start() or end().
  • If X is csv(seperatorY) then the line is expected a comma seperated variable list (or similar). The seperator must either be "tab" (for tab seperated list), "space" (for space seperated list), or any SINGLE character (e.g , or ;). And Y is which variable to start or finish copying from.