CreateConsole()

  CreateConsole

Description

CreateConsole() is used to display aconsole window for stdout.

Call Signature

void CreateConsole ( [ string show ] )

Return Value

void

This has no return value.

Argument

[ string show ]:

If this argument is present, and if set to "Hide" the console will not be shown. If missing, the default action is to show the console.

Remarks

The optional parameter "show" can be used to control whether the console is visible. By setting show to "Hide" the created console will be hidden. By default the console is visible.

See also

System functions

DestroyConsole()

© PCI Geomatics Enterprises, Inc.®, 2026. All rights reserved.