Search found 3 matches

by helenecrane
Wed Jan 15, 2025 10:10 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: REplace issue in livecode
Replies: 7
Views: 9224

Re: REplace issue in livecode

Thanks for your answer. I got it.
by helenecrane
Tue Jan 14, 2025 8:16 am
Forum: Internet
Topic: Getting the contents of a web request using load url
Replies: 1
Views: 12462

Re: Getting the contents of a web request using load url

I think you should you need to access the content of the URL within your validationLoaded handler. You can do this by using the libURLData function, which retrieves the data returned from the URL once it has been loaded successfully. Here’s how you can modify your validationLoaded handler to get the...
by helenecrane
Tue Jan 14, 2025 8:08 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: REplace issue in livecode
Replies: 7
Views: 9224

REplace issue in livecode

Hello,
I'm new to LiveCode. I need to replace " snn" with "" & " sss" & "" in myHtml. it will replace all " snn" with " sss". but it will not work in the begin of a line(newline, \n).
Is there anyone having the same issue? How to fix it?