Archive of UserLand's first discussion group, started October 5, 1998.

Re: Copy Address command in Table menu

Author:
Posted:5/22/1999; 10:33:07 AM
Topic:Copy Address command in Table menu
Msg #:6574 (In response to 6572)
Prev/Next:6573 / 6575

A slightly improved version of a slighty improved version? :-) Heh. With this version you can hold down the shift key to still get at the full address.

local (s = string (table.getCursor ()));
if table.inGuestDatabase (s) and !kb.shiftKey () {
	local (ix = string.patternMatch ("].", s));
	s = string.delete (s, 1, ix + 1)};
clipboard.putValue (s)

Toodle-loooooooo........
Thomas





This page was archived on 6/13/2001; 4:50:21 PM.

© Copyright 1998-2001 UserLand Software, Inc.