What would this be in Rev?
Jim Ault
jimaultwins at yahoo.com
Sun Mar 8 20:10:06 EDT 2009
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 Ault
Las Vegas
On Mar 8, 2009, at 3:19 PM, Bill Vlahos wrote:
> 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)
>
>
> caculatedMD5 = strstr(
> md5(
> strcat(
> lowercase(str),
> lowercase(seed)))
> ,20)
>
>
>
> I don't know if there should be a comma after the second 1 in the
> second example or not but that is the way I have it.
>
> Thanks,
> Bill Vlahos
> _______________________________________________
> use-revolution mailing list
> use-revolution at lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your
> subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-revolution
More information about the use-livecode
mailing list