Remove the top line of a text file or variable

  • Read File “Numbers.txt” to variable Numbers
  • While variable Numbers is not empty
    • Search Variable Numbers for \A(.)\n(?s:.) to variable This and variable Numbers
    • Write File “Numbers.txt” with %Variable%Numbers%
    • Operate with variable This