ADimPic Function | |
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
public static string ADimPic(
Array a
)
Request Example
View SourceParameters
- a
- Type: Array
Return Value
Type:
StringString that displays the dimensions in an array
See Also