Script Library: 1247 scripts
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

Scripts owned by oscarspaz

Scripts: 1

Member name:
Remove part of a string using parse
rm.r809 bytes
10 Jun 2006
When use with foreach line lines to remove specific columns in a text file. e.g. remove column 10 to column 13 in file.txt lines: read/lines %file.txt foreach line lines [ parse/all line [9 skip mark: (remove/part mark 4) to end] ] write %file.txt lines
author: ~to be supplied~