Yes!!!! Thank you very much...
binfile... that make it work!
Search found 4 matches
- Thu Dec 10, 2009 12:32 am
- Forum: Internet
- Topic: get wav-file out of mail...
- Replies: 2
- Views: 3615
- Wed Dec 09, 2009 10:27 pm
- Forum: Internet
- Topic: get wav-file out of mail...
- Replies: 2
- Views: 3615
get wav-file out of mail...
I have some e-mail with a wav-file as attachment. I cutted out the the encoded attachment. you'll see it hereunder. This is the code I used for decoding and saving the attachment. put base64Decode(tAttament) into URL ("file:attachment.wav") The result is a lot of noice, but not the initial wave-file...
- Wed Dec 09, 2009 8:39 pm
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: cut a part out of a text...
- Replies: 2
- Views: 2865
Re: cut a part out of a text...
phoe... it is so easy that I didn't found it...
Thanx


Thanx
- Wed Dec 09, 2009 6:07 pm
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: cut a part out of a text...
- Replies: 2
- Views: 2865
cut a part out of a text...
I want to cut a part out of a text. For example: I need the part between "," and " and" from "This is a test, a second test and a third test." In php there is something like "substr" and "strstr". But is there a function in Revolution that does what I want? I have been search the red in my eyes... B...