User Tools

Site Tools


ugbasic:user:kw:inst
Translations of this page:


ugBASIC User Manual

INST ✓

SYNTAX

   = INST( string, alt, pos )

PURPOSE

The INST function overwrites the characters of the string alt' with the character string string (first argument) in the character string alt (second argument) from the position pos (third argument), whereby the counting starts with 1. The length of the character string altstring does not change. ==== EXAMPLE ==== c$=INST(a$,b$,9) See also the following example files: * tsb_insert_01.bas''

ABBREVIATION

 Inx

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 open an issue for this keyword on GitHub. Thank you!

POWERED BY