ppread()
Reads the contents of a file to a scripting dictionary object, further splitting each
line in the file by the specified separator input parameter if that separator exists in
the line.
Purpose
This function reads each line of the file, removes any leading or trailing spaces,
and checks whether it contains the separator. If it contains the separator, it splits
the line by the separator, adding each piece as an item to the dictionary object;
otherwise, it adds the trimmed line to an item in the dictionary object. It returns an
array that contains the dictionary object as the first index.
Syntax
ppread(fileName, sep)
Input parameters
String
fileName
The name of the file to read into the dictionary object.
Character
sep
The character that represents the separator by which to split a line in the file.
Return values
Array
array(dic)
Returns an array with the dictionary object (
dic
) as its first index.
Example
Example to be provided.
readFile()
Reads each line of a file into an index entry of an array.
Purpose
This function opens the file and reads each line of the file into an index entry of
the array. It returns the array.
Syntax
readFile(fileName)
Input parameters
String
fileName
The name of the file to read into the array.
Return values
Array
fileContents
Returns the array with the contents of the file.
124
Prerequisite Scanner: User's Guide
Содержание Prerequisite Scanner
Страница 1: ...Prerequisite Scanner Version 1 1 1 10 User s Guide ...
Страница 2: ......
Страница 3: ...Prerequisite Scanner Version 1 1 1 10 User s Guide ...
Страница 8: ...vi Prerequisite Scanner User s Guide ...
Страница 10: ...viii Prerequisite Scanner User s Guide ...
Страница 40: ...Figure 6 result txt file on Windows systems 30 Prerequisite Scanner User s Guide ...
Страница 46: ...36 Prerequisite Scanner User s Guide ...
Страница 68: ...58 Prerequisite Scanner User s Guide ...
Страница 78: ...Figure 11 precheck log file with the debug data 68 Prerequisite Scanner User s Guide ...
Страница 84: ...74 Prerequisite Scanner User s Guide ...
Страница 88: ...78 Prerequisite Scanner User s Guide ...
Страница 92: ...82 Prerequisite Scanner User s Guide ...
Страница 116: ...106 Prerequisite Scanner User s Guide ...
Страница 122: ...112 Prerequisite Scanner User s Guide ...
Страница 136: ...126 Prerequisite Scanner User s Guide ...
Страница 138: ...128 Prerequisite Scanner User s Guide ...
Страница 140: ...130 Prerequisite Scanner User s Guide ...
Страница 158: ...148 Prerequisite Scanner User s Guide ...
Страница 164: ...154 Prerequisite Scanner User s Guide ...
Страница 166: ...156 Prerequisite Scanner User s Guide ...
Страница 170: ...160 Prerequisite Scanner User s Guide ...
Страница 171: ......
Страница 172: ... Printed in USA ...