|
GetBankStatus | ||
Flag = GetBankStatus(BankIndex) | ||
Parameters: BankIndex = The Index Identifier of the bank that you wish to query |
||
Returns: Flag = This flags holds the state of the bank. 0 = Not in use, 1 = is in use |
||
GetBankStatus returns the current state of a memory bank. If the bank exists, GetBankStatus will return a True(1), otherwise it'll return False(0). FACTS: * None Mini Tutorial: This example requests a Free bank index, then using this index creates a bank. Then displays this newly created banks status and size information.
This example would output.
|
Related Info: | CreateBank | DeleteBank | GetBankPTR | GetBankSize | NewBank : |
|
|||||||||||||||||||||||||||||||||||||||
(c) Copyright 2002 - 2024 - Kevin Picone - PlayBASIC.com |