# Bank Key Size As Text

Grammar — Size in bytes of bank bank key key in section section
FlagsNative | Function

Returns the size in bytes of the Key, chosen by Integer position, of the specified Section of the chosen Bank.

# Arguments

  • bank — Bank
  • string — Section
  • string — Key

Returns — text

native text BankKeySizeAsText(
	bank b,
	string section,
	string key,
);

Category: Bank / Utility

# Examples

— None found —