点击或拖拽改变大小

Functions.ShowFoxArray 方法

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

命名空间:  XSharp.VFP
程序集:  XSharp.VFP (在 XSharp.VFP.dll 中) 版本:2.22 GA
语法
 FUNCTION ShowFoxArray(
	aPar AS ARRAY,
	 cPrefix AS STRING
) AS VOID
查看代码

参数

aPar
类型:__Array
cPrefix
类型:String
Name to show before the array brackets. Defaults to 'a'

返回值

类型:
Nothing
备注
This dumps the information to the terminal window. This will only work if the main application is a console application.
参见