OWBasic for Pocketviewer

Home INTRO Group SFUNC Alphabetical Index

Right partstring

RIGHT$(s$,i%)

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


RIGHT$("Test",2)"st"
RIGHT$("Test",6)" Test"


  • LEFT$ - Left partstring
  • MID$ - Part of a String
Home INTRO Group SFUNC Alphabetical Index