Translations:Plugin:NimContact/38/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

Examples

  • filename(0) — will display the filename of the 0th file.
  • file(0)wholeline(line(0)) — will display the whole first line of the 0th file.
  • file(0)wholeline(line("hello")-1)) — the wholeline above the first occurance of \"hello\" in the file.
  • file(0)start(line(lastline(1))csv(tab2))end(line(lastline())csv(tab4)) — starts at the 2nd last line of the file, from the 2nd tab variable, untill the 4th tab variable in the last line (in the 0th file).
  • file(0)start(line("hello")+1"zzzz")end(line(6)17)) — starts from the first occurance of zzzz in the line after the first occurance of hello, untill the 17th character in the 6th line (starting from line 0) of the 0th file.