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 :-)
Professional Software Development Tools
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 :-)
Hi Bruce,
Simply use a TextFile.Read() action to read in the contents of a text file, then use a TextObject.SetText() action.
MSI Factory The Next Generation Intelligent Setup Builder
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?