Archive of UserLand's first discussion group, started October 5, 1998.
Re: Copy Address command in Table menu
Author: André Radke Posted: 5/22/1999; 9:10:02 AM Topic: Copy Address command in Table menu Msg #: 6572 (In response to 6569) Prev/Next: 6571 / 6573
Here's a slightly improved version that also handles addresses like scratchpad.["001"].test correctly:
local (s = string (table.getcursor ())); if table.inGuestDatabase (s) { local (ix = string.patternmatch ("].", s)); s = string.delete (s, 1, ix + 1)}; clipboard.putvalue (s)
There are responses to this message:
- Re: Copy Address command in Table menu, , 5/22/1999; 10:33:07 AM
This page was archived on 6/13/2001; 4:50:21 PM.
© Copyright 1998-2001 UserLand Software, Inc.