Re: Need help with my C to LiveCode skills

2015-12-17 Thread Richard Gaskin
Mark Wieder wrote: > On 12/16/2015 12:56 PM, Todd Fabacher wrote: >> Sorry to bother the list, but I don't know how to do Xor in >> LiveCode. > > As mentioned, the bitXor operator is what you want. > But I can't say much for that as an encryption algorithm unless > you're looking for simple symme

Re: Need help with my C to LiveCode skills

2015-12-17 Thread Mike Kerner
also, have you looked up the "encrypt" command? On Wed, Dec 16, 2015 at 8:13 PM, Mark Wieder wrote: > On 12/16/2015 12:56 PM, Todd Fabacher wrote: > >> Sorry to bother the list, but I don't know how to do Xor in LiveCode. I >> > > As mentioned, the bitXor operator is what you want. > But I can'

Re: Need help with my C to LiveCode skills

2015-12-16 Thread Mark Wieder
On 12/16/2015 12:56 PM, Todd Fabacher wrote: Sorry to bother the list, but I don't know how to do Xor in LiveCode. I As mentioned, the bitXor operator is what you want. But I can't say much for that as an encryption algorithm unless you're looking for simple symmetric encryption/decryption.

Re: Need help with my C to LiveCode skills

2015-12-16 Thread Colin Holgate
According to the dictionary, it’s number bitXor number. ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-liv

Re: Need help with my C to LiveCode skills

2015-12-16 Thread dunbarx
Hi. Does the native "bitXOR" do the trick? See the dictionary. Craig Newman -Original Message- From: Todd Fabacher To: Use-livecode Use-livecode Sent: Wed, Dec 16, 2015 3:57 pm Subject: Need help with my C to LiveCode skills Sorry to bother the list, but I don't know how to do Xor