Click or drag to resize

ADimPic Function

X#
Calculate a string that represents the dimensions in an array

Namespace:  XSharp.RT
Assembly:  XSharp.RT (in XSharp.RT.dll) Version: 2.19
Syntax
 FUNCTION ADimPic(
	a AS ARRAY
) AS STRING
Request Example View Source

Parameters

a
Type: Array

Return Value

Type: String
String that displays the dimensions in an array
See Also