Re: What would this be in Rev?

2009-03-08 Thread Bill Vlahos
Sorry I wasn't clear. These are snippets of code which I believe is from C (I don't actually know). They are part of a key generation system so the comments about encoding and then decoding in the snippets of code are correct. I'm trying to encode a license key and then decode it later. I

Re: What would this be in Rev?

2009-03-08 Thread Jim Ault
Google for 'strcat' strcat - Wikipedia, the free encyclopedia Jan 13, 2009 ... In computing, the C programming language offers a library function called strcat that allows one memory block to be appended to another... so this look like C++, which is out of any of my areas of expertise Jim

Re: What would this be in Rev?

2009-03-08 Thread Brian Yennie
Bill, Do you know what language this is from? It has C-style syntax and strcat is a fairly standard function, but I've never seen strindex() used like that with 3 parameters. Do you know what the code is supposed to do? The variable names aren't very revealing, and it seems to be concatenat

Re: What would this be in Rev?

2009-03-08 Thread Mark Schonewille
Bill, Actually, I think that strstrs(bla,20) finds the position of 20 in bla, which doesn't make much sense to me given the name of the variable. So which language is this? :-) -- Best regards, Mark Schonewille Economy-x-Talk Consulting and Software Engineering http://economy-x-talk.co

Re: What would this be in Rev?

2009-03-08 Thread Mark Schonewille
Hi Bill, The first line should be: put myVariable & myVariable2 & myVariable2 into baseKey Strindex is an offset function, but I don't understand what's going on here. I would expect something like: put offset(1,baseKey,1) into myVariable or maybe offet("1,1",baseKey) into myVariabl

What would this be in Rev?

2009-03-08 Thread Bill Vlahos
I have some code from another language that I want to run in Rev. What is the Rev equivalent for these commands? baseKey = strcat(myVariable, strcat(myVariable2,myVariable3)) myVariable = strindex(1,1 baseKey) myVariable2 = strindex(2,2, baseKey) myVariable3 = strindex(20,3, baseKey) caculate

RE: [ANN] ListMagic 1.1.3 is now available

2009-03-08 Thread Jim Bufalini
Hi Josep, > I updated my ListMagic widget and I see some extrange things. > When I select one row and scroll down many rows until the selected row > are > not showed and select another row, all the rows are selected for a > instant > and then deselected and selected the click row. It's a flash sel

Re: [ANN] ListMagic 1.1.3 is now available

2009-03-08 Thread Josep
Hi Jim, I updated my ListMagic widget and I see some extrange things. When I select one row and scroll down many rows until the selected row are not showed and select another row, all the rows are selected for a instant and then deselected and selected the click row. It's a flash selecting all th

RE: question of practise

2009-03-08 Thread Jim Bufalini
Jacqueline and Everyone, Just use Eric Chatonet's Changed Code Picker. http://www.sosmartsoftware.com/?r=revolution&l=en. Fourth one down. It automatically handles all the renaming of stacks AND their substacks and parses everything down to the handler level (which you can uncheck if you've handle

AW: question of practise

2009-03-08 Thread Tiemo Hollmann TB
Hi Jacqueline, yeah, that's how I helped me now, but as Mark says, with multiple stacks / substacks it's a hassle Tiemo > -Ursprüngliche Nachricht- > Von: use-revolution-boun...@lists.runrev.com [mailto:use-revolution- > boun...@lists.runrev.com] Im Auftrag von Mark Wieder > Gesendet: Sams