All translations

Jump to navigation Jump to search

Enter a message name below to show all available translations.

Message

Found one translation.

NameCurrent message text
 h English (en)'''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.