OWBasic for Pocketviewer

Home INTRO Group SFUNC Alphabetical Index

Left partstring

LEFT$(s$,i%)

A string of the length i, left-justified filled with s$:


LEFT$("Test",2)"Te"
LEFT$("Test",6)"Test "


  • RIGHT$ - Right partstring
  • MID$ - Part of a String
Home INTRO Group SFUNC Alphabetical Index