ASize Function | |
Namespace:
XSharp.VFP
Assembly:
XSharp.VFP (in XSharp.VFP.dll) Version: 2.21
Syntax FUNCTION ASize(
ArrayName AS ARRAY,
nSize AS DWORD
) AS ARRAY
public static Array ASize(
Array ArrayName,
uint nSize
)
Request Example
View SourceParameters
- ArrayName
- Type: Array
- nSize
- Type: DWord
Return Value
Type:
ArrayRemarks The parameter to this function is a 'General Array'. The function decides at runtime if the array is a FoxPro array or a 'General' Array
See Also