PDA

View Full Version : Dynamic text


Bruce
10-07-2002, 12:28 PM
What if I wanted to access a text file on the users system that was always changing and I needed to display this info in a text object. Very quick overview please :-)

Mark
10-07-2002, 04:21 PM
Hi Bruce,

Simply use a TextFile.Read() action to read in the contents of a text file, then use a TextObject.SetText() action.

Bruce
10-07-2002, 06:01 PM
Thx Mark!
Would the TextFile.Read() action be on page Show? and the TextObject.SetText() action be in a Text object or a List Box?