I'm trying to lay a text field out in columns using tabs.

Here's what I'm doing:

theWords = member("Answers")
theWords.tabs = [[#position: 19], [#position: 144], [#position: 269], 
[#position: 394]]

repeat with i = 1 to 4
    put TAB after theWords
    put wordList[i] after theWords
end repeat

It's putting the tabs and the words in, but not in the positions I thought 
I set. The tabs are set right--I checked in the message window.

Any help appreciated.


Cordially,
Kerry Thompson
Learning Network


[To remove yourself from this list, or to change to digest mode, go to
http://www.penworks.com/LUJ/lingo-l.cgi  To post messages to the list,
email [EMAIL PROTECTED]  (Problems, email [EMAIL PROTECTED])
Lingo-L is for learning and helping with programming Lingo.  Thanks!]

Reply via email to