Try something like:
>> texte: {GetActiveAccounts:request = activeaccounts
{ GetTransactions:request = ocodereview
{ CancelAccount:request = cancelacc
{ }
== {GetActiveAccounts:request = activeaccounts
GetTransactions:request = ocodereview
CancelAccount:request = cancelacc
}
>> output: make block! 3
== []
>> parse/all texte [any [copy nom to #":" (append output nom) thru #"^/"]
end]
== true
>> probe output
["GetActiveAccounts" "GetTransactions" "CancelAccount"]
== ["GetActiveAccounts" "GetTransactions" "CancelAccount"]
Andrew Martin
ICQ: 26227169 http://valley.150m.com/
-><-
--
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with "unsubscribe" in the
subject, without the quotes.