SetArrayItemAt  Method

Description         This method sets the specified value in the array. Use AllocatememoryForArray method to allocate memory for array.

Usage                  ret = [form.]TWAIN. SetArrayItemAt Array ItemNum Value

Returns               ret                           BOOL             TRUE on success, otherwise FALSE.

Remarks             Array                    LONGLONG   Handle to the array.

                            ItemNum              Long                 Zero based integer. It determines the position in the array. . This value must be between 0 and GetNumOfItemsInArray - 1.

                            Value                    Double              Numeric value to set.

Programing Notes

 

See Also          AllocatememoryForArray Method, ReleaseData Method