PDA

View Full Version : cut string?


bluestone
04-08-2004, 12:10 PM
If i have a string:"string+599+ string+ 44"how can i get the result#("string" "599" "string" "44") ?:rolleyes:

magicm
04-08-2004, 02:10 PM
result = filterString "string+599+ string+ 44" "+ "

;)

- Martijn

bluestone
04-10-2004, 09:50 AM
very thankful!:)

CGTalk Moderation
01-17-2006, 11:00 PM
This thread has been automatically closed as it remained inactive for 12 months. If you wish to continue the discussion, please create a new thread in the appropriate forum.