Home > database >  Can you tell me how to read data from a text file
Can you tell me how to read data from a text file

Time:09-26

Excuse me how to read number from a text file, please advise, thank you!

CodePudding user response:

Usage of these functions to query. Fileopen fileread...

CodePudding user response:

If the text file data is fixed format and inline with the TAB key to separate between data unit. Then you can build a number of fields and text data unit grid data window, and then execute the following code will import data window:
Dw_1. ImportFile (text! , ls_pathFileName_tmp)

//ls_pathFileName_tmp variables to store text file name!
  • Related