Translations:Plugin:NimContact/36/en

From Miranda NG
Revision as of 04:02, 22 January 2022 by FuzzyBot (talk | contribs) (Importing a new version from external source)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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.