Search found 4 matches

by macsmith
Mon Nov 17, 2014 5:48 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: combine scrambles array
Replies: 11
Views: 8401

Re: combine scrambles array (solved)

fantastic! Got that to work. Off to read the other functions you mentioned.

Many thanks

Macsmith
by macsmith
Mon Nov 17, 2014 5:13 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: combine scrambles array
Replies: 11
Views: 8401

Re: combine scrambles array

thanks. I am new to livecode and agree that string handling shouldn't be this difficult! I need to read in some string, convert each character of the string to ascii, add something to the ascii value, convert the values back to characters and and re-assemble them into a string, in the right order! T...
by macsmith
Mon Nov 17, 2014 4:50 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: combine scrambles array
Replies: 11
Views: 8401

Re: combine scrambles array

many thanks for the explanation. Unfortunately I cannot sort the array afterwards, as it stands, because there is no way of knowing how it should be sorted. My numerical sequence was just to show the effect. The application takes in a random string, converts the characters to ascii, does some arithm...
by macsmith
Mon Nov 17, 2014 9:45 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: combine scrambles array
Replies: 11
Views: 8401

combine scrambles array

new user having problems with the combine function. An example below shows the creation of a string containing "1234567890", each element of the string copied into an array and the array converted back to a string with the combine function. The new string contains "1023456789". Can someone point out...