Lists the scanners connected to the current computer.
// Display the list of scanners of the current computer in LIST_Scanner
ListAdd(LIST_Scanner, ScanList())
Syntax
<Result>: Character string
List of scanners connected to the current computer, in the following format:
<Scanner name 1> + CR + ... <Scanner name N>
where: <Scanner name 1> ... <Scanner name N> correspond to the names of the connected scanners.
Remarks
Two scanners cannot have the same name: the system automatically adds "#<number>" if a scanner with the same name already exists.
Business / UI classification: UI Code