Simba Code:
(*
WithdrawItem
~~~~~~~~~~~~
.. code-block:: pascal
function WithdrawItem(Ident: integer; IdentType: string; Amount: integer;
UpText: TStringArray; Tol: TIntegerArray): boolean;
Withdraws an item using WithdrawItemEx, but removes the Index check.
.. note::
Author: Nava2
Last Modified: Unknown
Example:
.. code-block:: pascal
if WithdrawItem(theColor, 'color', 27, ['ew log', 'ew l'], [3]) then
CloseBank;
*)
function WithdrawItem(Ident: integer; IdentType: string; Amount: integer; UpText: String; Tol: TIntegerArray): boolean;