Search found 4 matches

by HansImGlueck
Tue Oct 08, 2013 9:33 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: XML-Style Script-Command - best practise??
Replies: 4
Views: 2678

Re: XML-Style Script-Command - best practise??

Thank you very much - I tried bangkok's replace-method and that work's well for my purposes.
Thank's again Klaus - I'm gonna fiddle around with your functions as well, trying to understand how they work. As I told you, I'm a noob!!
by HansImGlueck
Mon Oct 07, 2013 12:12 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: XML-Style Script-Command - best practise??
Replies: 4
Views: 2678

XML-Style Script-Command - best practise??

Hi again (second post...), I need to send a long XML-style script command to a Server via an open socket (write ... to socket Server:port). The communication with the server is presumed to be encoded in UTF-8. Here is an example: CG 1 ADD 0 "TEMPLATE" 1 "<templateData><componentData id=\"f0\"><data ...
by HansImGlueck
Thu Oct 03, 2013 12:22 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Extracting filenames without extension to a variable
Replies: 3
Views: 2710

Re: Extracting filenames without extension to a variable

Hi Klaus,

thank you very much for your instant reply!
I just tried it, and now it works perfect - great!
This topic can be marked as solved.

Thank's again, Martin
by HansImGlueck
Thu Oct 03, 2013 10:48 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Extracting filenames without extension to a variable
Replies: 3
Views: 2710

Extracting filenames without extension to a variable

Hi all, this is my first posting here. I found, that Livecode is really a great tool to learn basic programming skills. I'm gonna use it for programming a simple client, which communicates via TCP and plain text expressions with a video server... Now the problem: In those plain text commands I need ...