Search found 2 matches

by pucker22
Sun May 23, 2010 11:43 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: basic help - reading strings
Replies: 4
Views: 4254

basic help - reading strings

Hi, How do you read from a file and place that text into a field, I tried this with no luck:- read from file"C:\Users\Andrew\Desktop\demo.txt" for 1 and put into field 'Field' Also how do you read multiple lines? How do you identify each line with its own string such as line1$ line2$ line3$ etc etc....
by pucker22
Sat Jun 28, 2008 2:57 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: execute external program
Replies: 5
Views: 7421

execute external program

Is runrev capable of executing a .exe file?

For example, when the user clicks the button the file c:/windows/notepad.exe is opened?


If so, can someone give me a example code?

Thank you!