Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] little parsing difficulty

From: arolls:idatam:au at: 29-Oct-2001 11:21

Can anyone see what is wrong with this? (watch wrap)
>> s:
{5^-15:15:37^-EXPLORER.EXE^-FASTIO_QUERY_OPEN^-E:\Utils\regmon\REGMON.EXE^-S UCCESS^-^-} == {5^-15:15:37^-EXPLORER.EXE^-FASTIO_QUERY_OPEN^-E:\Utils\regmon\REGMON.EXE^-S UCCESS^-^-}
>> parse/all s [to "e:\" p: to "^-" (probe p)]
E:\Utils\regmon\REGMON.EXE^-SUCCESS^-^- == false Why is "SUCCESS" included in the output? (I don't want "SUCCESS" ;) Anton.