VisKProg HELP - GetOpenFilename function - Example

Back

myFile = GetOpenFilename ();
FileText = ReadFile ( myFile );

msgText = " Text from the file:\n" & FileText ;
MsgBox ( msgText , 0, "File read" );


© 2000 by Christoph Pinkel