{{htmlmetatags>metatag-robots=() metatag-title=(BANK SIZE | ugBASIC User Manual) metatag-keywords=(ugBASIC,Commodore 64,Commodore PLUS/4,ZX Spectrum) metatag-description=(Manual page for BANK SIZE) metatag-media-og:image=(:ugbasic:logo-ugbasic-fb.png) metatag-og:title=(BANK SIZE | ugBASIC User Manual) metatag-og:description=(Manual page for BANK SIZE) }} ====== ugBASIC User Manual ====== ===== BANK SIZE ===== ===== SYNTAX ===== = BANK SIZE(#bank) = BANK SIZE(bank) ==== PURPOSE ==== The ''BANK SIZE'' returns the size of the shared memory area for the bank, that is the memory area reachable by the CPU and on which it is "mapped" to the main memory. If you want to copy data from the bank or to the bank, this is the maximum size to copy. ==== EXAMPLE ==== PRINT BANK SIZE(#2) y = BANK SIZE(banco) ==== ABBREVIATION ==== Bk Sz ==== AVAILABLE ON ==== * Olivetti Prodest PC128 ==== ANY PROBLEM? ==== If you have encountered a problem using this command, if you think there is a bug or the explanation is unclear, please [[https://github.com/spotlessmind1975/ugbasic/issues/new?title=ISSUE ON BANK SIZE|open an issue]] for this keyword on GitHub. Thank you!===== POWERED BY ===== [[:ugbasic:user:index|{{ :ugbasic:user:logo-ugbasic.png?nolink&600 |}}]]