Finding In Reverse
Robert Sneidar
bobs at twft.com
Wed Jul 5 14:05:09 EDT 2006
I feel so stupid. That works great! In fact I think I can write an AT
() and RAT() function that mimicks Foxpro's using that. Of course I
must now correct you to some degree, because properly I should first
save the old delimiter, and afterwards restore it. That would be 4
lines. Still, your solution is elegant and truely "binary". :-)
Bob Sneidar
IT Manager
Logos Management
Calvary Chapel CM
On Jul 5, 2006, at 8:04 AM, use-revolution-request at lists.runrev.com
wrote:
> Two lines:
>
> set the itemdelimiter to "/"
> put the last item of myFilePath
>
> "Robert Sneidar" <bobs at twft.com> wrote in message
> news:9A014ADB-DFE5-4745-B4FD-1C7362CC6A34 at twft.com...
>> Is there a way to scan a text string from end to beginning for
>> something
>> without using a loop? I am trying to "be binary" (for those of you
>> conference goers) and I am trying to extract just a file's name
>> from the
>> full path. It seems to be something of a difficult thing to do in
>> a one
>> liner.
More information about the use-livecode
mailing list