Hi line: "0x0B22E2A0 0 39 " a: Parse line "" >> a/1 == "0x0B22E2A0" >> a/2 == "0" >> a/3 == "39"
would be my first guess, maybe your logfile is more complex. Jon ----- Original Message ----- From: "Thorsten Moeller" <[EMAIL PROTECTED]> To: "Rebol Mailinglist" <[EMAIL PROTECTED]> Sent: Friday, August 29, 2008 1:42 PM Subject: [REBOL] Prese Question: skipping spaces? > > Hi, > > i want to parse files with lines from an application log. > > The files contain lines where the columns are separated by spaces. My > problem now is that i just wanted to see only specific columns. But, if > the content of one column is longer, there are less spaces to the next > column. > > When i use >a: parse/all line " "< and get the part a/22 it is not > necessarily always the 5th column depending on the number of spaces > between the columns. > > Sample: > > ["0x0B22E2A0" "0" "" "" "" "" "" "" "" "" "39" "" "" "" "" "" > "SYSBUFFERPOOLS" "" "" "" "" "SYSIBM" "" "" "9" "" "" "" "" "" "" "" "" > "" "Perm" "" "" "" "" "0" "" "" "" "" "" "" "" "" "" "1" "" "" > "" "" "" "" "" "" "" "4" "" "" "" "" "" "" "" "" "" "0" "" "" "" "" "" > "" "" "" "" "0" "" "" "" "" "" "" "" "" "" "0" "" "" "" "" "" "" "" "" > "" "" "" "" "" "" "" "" "" "" "" "0" "" "" "" "" "" "" > "" "" "" "" "" "" "" "" "" "" "" "" "" "0" "" "" "" "" "" "" "" "" "" "" > "" "" "" "" "" "" "" "" "" "0" "" "" "" "" "" "" "" "" "" "" "" "" "" "" > "" "" "" "" "" "0" "" "" "" "" "" "" "" "" "" "" "" > "" "" "" "" "" "" "" "" "0" "" "" "" "" "" "" "" "" "" "" "" "" "" "" > "" "" "" "" "" "0" "" "" "" "" "" "" "" "" "" "0" "" "" "" "" "" "" "" > "" "" "0" "" "" "" "" "" "" "" ""] > > ["0x0DBCB6A0" "0" "" "" "" "" "" "" "" "" "40" "" "" "" "" "" > "SYSBUFFERPOOLNODES" "SYSIBM" "" "" "0" "" "" "" "" "" "" "" "" "" > "Perm" "" "" "" "" "0" "" "" "" "" "" "" "" "" "" "1" "" "" "" "" "" > "" "" "" "" "3" "" "" "" "" "" "" "" "" "" "0" "" "" "" "" "" "" "" "" > "" "0" "" "" "" "" "" "" "" "" "" "0" "" "" "" "" "" "" "" "" "" "" "" > "" "" "" "" "" "" "" "" "0" "" "" "" "" "" "" "" "" "" > "" "" "" "" "" "" "" "" "" "" "0" "" "" "" "" "" "" "" "" "" "" "" "" > "" "" "" "" "" "" "" "0" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" > "" "" "" "" "0" "" "" "" "" "" "" "" "" "" "" "" "" "" " > " "" "" "" "" "" "0" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" > "" "" "0" "" "" "" "" "" "" "" "" "" "0" "" "" "" "" "" "" "" "" "" "0" > "" "" "" "" "" "" "" ""] > > Is there a way to avoid this problem or to work around??? > > Cheers > > Thorsten > > > -- > http://www.fastmail.fm - Or how I learned to stop worrying and > love email again > > -- > To unsubscribe from the list, just send an email to > lists at rebol.com with unsubscribe as the subject. > -- To unsubscribe from the list, just send an email to lists at rebol.com with unsubscribe as the subject.
