Click or drag to resize

ShowFoxArray Function

X#
Dump the contents of an array to the terminal window

Namespace:  XSharp.VFP
Assembly:  XSharp.VFP (in XSharp.VFP.dll) Version: 2.19
Syntax
 FUNCTION ShowFoxArray(
	aPar AS ARRAY,
	 cPrefix AS STRING
) AS VOID
Request Example View Source

Parameters

aPar
Type: Array
cPrefix
Type: String
Name to show before the array brackets. Defaults to 'a'

Return Value

Type: 
Nothing
Remarks
This dumps the information to the terminal window. This will only work if the main application is a console application.
See Also