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
Summary of Contents for Prerequisite Scanner
Page 1: ...Prerequisite Scanner Version 1 1 1 10 User s Guide ...
Page 2: ......
Page 3: ...Prerequisite Scanner Version 1 1 1 10 User s Guide ...
Page 8: ...vi Prerequisite Scanner User s Guide ...
Page 10: ...viii Prerequisite Scanner User s Guide ...
Page 40: ...Figure 6 result txt file on Windows systems 30 Prerequisite Scanner User s Guide ...
Page 46: ...36 Prerequisite Scanner User s Guide ...
Page 68: ...58 Prerequisite Scanner User s Guide ...
Page 78: ...Figure 11 precheck log file with the debug data 68 Prerequisite Scanner User s Guide ...
Page 84: ...74 Prerequisite Scanner User s Guide ...
Page 88: ...78 Prerequisite Scanner User s Guide ...
Page 92: ...82 Prerequisite Scanner User s Guide ...
Page 116: ...106 Prerequisite Scanner User s Guide ...
Page 122: ...112 Prerequisite Scanner User s Guide ...
Page 136: ...126 Prerequisite Scanner User s Guide ...
Page 138: ...128 Prerequisite Scanner User s Guide ...
Page 140: ...130 Prerequisite Scanner User s Guide ...
Page 158: ...148 Prerequisite Scanner User s Guide ...
Page 164: ...154 Prerequisite Scanner User s Guide ...
Page 166: ...156 Prerequisite Scanner User s Guide ...
Page 170: ...160 Prerequisite Scanner User s Guide ...
Page 171: ......
Page 172: ... Printed in USA ...