|
|
|
|
|
fListDisk (Function) In french: fListeDisque Returns the list of disks installed on the computer. sListeDisque is string
sListeDisque = fListDisk()
ListAdd(COMBO_Disque, sListeDisque)
Syntax <Result>: Character string List of disks installed on the computer in the following format: <Player Name 1> + CR + <Player Name 2> + CR + ... + CR + <Player Name N> Remarks To display the list of drives in a List Box or Combo Box control, use the following syntax: ListAdd(<Name of List Box or Combo Box control>, <Result>)
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|