{{htmlmetatags>metatag-robots=() metatag-title=(READ END | ugBASIC User Manual) metatag-keywords=(ugBASIC,Commodore 64,Commodore PLUS/4,ZX Spectrum) metatag-description=(Manual page for READ END) metatag-media-og:image=(:ugbasic:logo-ugbasic-fb.png) metatag-og:title=(READ END | ugBASIC User Manual) metatag-og:description=(Manual page for READ END) }} ====== ugBASIC User Manual ====== ===== READ END ✓ ===== ===== SYNTAX ===== = READ END ==== PURPOSE ==== The ''READ END'' function allows you to know if you have reached the last value to read with the ''READ'' command. If the function returns true, this means that the next ''READ'' command will ignore the read. ==== EXAMPLE ==== IF READ END THEN RESTORE ENDIF See also the following example files: * ''[[https://github.com/spotlessmind1975/ugbasic/tree/main/examples/data_example_04.bas|data_example_04.bas]]'' * ''[[https://github.com/spotlessmind1975/ugbasic/tree/main/examples/data_example_05.bas|data_example_05.bas]]'' ==== ABBREVIATION ==== R#Ee ==== AVAILABLE ON ==== ==== 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 READ END|open an issue]] for this keyword on GitHub. Thank you!===== POWERED BY ===== [[:ugbasic:user:index|{{ :ugbasic:user:logo-ugbasic.png?nolink&600 |}}]]