{{htmlmetatags>metatag-robots=() metatag-title=(INSERT | ugBASIC User Manual) metatag-keywords=(ugBASIC,Commodore 64,Commodore PLUS/4,ZX Spectrum) metatag-description=(Manual page for INSERT) metatag-media-og:image=(:ugbasic:logo-ugbasic-fb.png) metatag-og:title=(INSERT | ugBASIC User Manual) metatag-og:description=(Manual page for INSERT) }} ====== ugBASIC User Manual ====== ===== INSERT ✓ ===== ===== SYNTAX ===== = INSERT(,,) ==== PURPOSE ==== ''INSERT'' inserts the character string '''' (first argument) into the character string '''' (second argument) starting at the position '''' (third argument), whereby the counting starts with ''1''. The resulting character string is as long as the sum of the two individual character strings. ==== EXAMPLE ==== c$=INSERT(a$,b$,9) See also the following example files: * ''[[https://github.com/spotlessmind1975/ugbasic/tree/main/examples/tsb_insert_01.bas|tsb_insert_01.bas]]'' ==== ABBREVIATION ==== Ins ==== AVAILABLE ON ==== * Commodore 128 (MOS 8502) ==== 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 INSERT|open an issue]] for this keyword on GitHub. Thank you!===== POWERED BY ===== [[:ugbasic:user:index|{{ :ugbasic:user:logo-ugbasic.png?nolink&600 |}}]]