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

Re: Q: How to change the type of multiple entries

Author:David Carter-Tod
Posted:9/28/1999; 11:43:24 AM
Topic:Q: How to change the type of multiple entries
Msg #:11548 (In response to 11535)
Prev/Next:11547 / 11549

off the top of my head, having the cursor on an item in that table.

local(thisTable=parentOf(table.getcursoraddress()^));
for i =1 to sizeof(thisTable^) {
	thisTable^[i]=address(thisTable^[i])}

Might be able to copy and paste to Frontier (the { and ; are unnecessary if typing in Frontier itself)

David


There are responses to this message:


This page was archived on 6/13/2001; 4:52:51 PM.

© Copyright 1998-2001 UserLand Software, Inc.