ArrayResize
Method Signature
ArrayResize(array=[modifiablearray], size=[integer])Arguments
Argument
Type
Required
Description
Default
Examples
Tag Syntax
<bx:set MyArray = arrayNew( 1 ) >
<!--- Resize that array to the number of records in the query. --->
<bx:set temp = <!--- Transpiler workaround for BIF return type --->(( <bx:argument>, <bx:argument> ) => <bx:set arrayResize( arg1, arg2 ) ><bx:return true>)( MyArray, 8 ) >
<bx:dump var="#MyArray#"/> Additional Examples
Related
Last updated
Was this helpful?
