parsed pathname - answer found

Richard Gaskin ambassador at fourthworld.com
Tue Jan 27 18:21:07 EST 2004


Ian Wood wrote:

> 
> Don't forget to reset the item delimiter:
> 
> on mouseUp
> put itemDel into defaultDel
> set itemDel to "/"
> answer last item of fld "folderList"
> put defaultDel into itemDel
> end mouseUp

Not needed.  In HyperCard and SuperCard the itemdelimiter is a global
property, but in Rev it's local so you never have to worry about restoring
it before exiting.
 
-- 
 Richard Gaskin 
 Fourth World Media Corporation
 ___________________________________________________________
 Ambassador at FourthWorld.com       http://www.FourthWorld.com



More information about the use-livecode mailing list