I thank you so much to every body but i have had success with my piece of code.....Thanks a lot again!!!! Lestroso :D local testofinale local ntotale on mouseUp delOneWord end mouseUp on delOneWord put the num of chars of field "result" into ntotale FIND "NEXT" put THE FOUNDTEXT INTO testoinizio put...
I need to delete in a field.. from the word 1 to a word defined by me in a variable...Can you help me with some fresh code???.Thanks a lot again..Lestroso
First of all, i want to thank you every body for yours efforts..
Ok.. in simple words...
I need to delete in a field.. from the word 1 to a word defined by me in a variable...and cut it..simple this... but i don't remember if i should use wordoffset or not...Thanks a lot again..Lestroso
on mouseUp
delOneWord
end mouseUp
on delOneWord pWord
put wordoffset(pWord,fld "RESULT") into tNumW
delete word tNumW of fld "RESULT" -- works !
-- cut word tNumW of fld 1 -- also works !
end delOneWord
Nothing works here...can you help please??? Best regards, Lestroso
Hi, i need to retrieve data from this url:" https://www.betexplorer.com/next/soccer/ " Because i need to make some operations from that url.. I need to use a command like "wordoffset" to cut the text imported into a variable until find some team soccer...like "Germany: Bundesliga" and then get all t...
Dear friends, bogs and klaus..... Thanks you for your answer.... i have tested this problem....with success.... I'm be able to play sounds MP3 files in my android app and works fine!! ok the code working is this...: global gPath on mouseUp put specialFolderPath("resources") into gPath play audioClip...
How to play mp3 sounds in android with Livecode? If i put this code....i hear sound in my android phone.... global gPath on mouseUp put specialFolderPath("engine") into gPath play audioClip (gPath &"/Cow.wav") end mouseUp buti if i put this....this code don't work....I need my sounds played in MP3.....
Hi, we are pleased to inform you that we have released our new game!! "The Music Memory Game!" You have to make pairs of sounds..in the less time possible.....We have made it with livecode community... We have putted inside the source..either in demo..either in full game... Have Fun And enjoy.!!! Le...
Hi, we are pleased to inform you that we have released our new game!! "The Music Memory Game!" You have to make pairs of sounds..in the less time possible.....We have made it with livecode community... We have putted inside the source..either in demo..either in full game... Have Fun And enjoy.!!! Le...
Dear friends!! i thank you very much!!! Thank you for your time dedicated to me and for your fast answer!! I thank you a lot dear dunbarks(Craig).....than you again.. In truth Sparkout has solved in full the script that i need!!! Thank you again SPARKOUT!!! In your code there was a little error....y...