Archive of UserLand's first discussion group, started October 5, 1998.
Re: Copy Address command in Table menu
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:
This page was archived on 6/13/2001; 4:50:21 PM.
© Copyright 1998-2001 UserLand Software, Inc.