Menu

Mapping of sub-strings in a string variable ?

Help
2015-03-05
2015-03-17
  • Jacques Nilo

    Jacques Nilo - 2015-03-05

    Here is my problem: let's assume that I have three string variables corresponding to three parts of a larger one, in my case a LINE STRING*16 of a typical 2x16 LCD screen
    Is there a way to assign pre-defined location for my three string variables in that line. Here is the picture :-)

           1234567890123456  <- DIM LINE AS STRING*16
     Line  AAAAA   BB  CCCC  <- DIM AAAAA AS STRING*5/DIM BB AS STRING*2/DIM CCCC AS STRING*4
    

    With AAAAA starting a location 1, BB location 9 and CCCC location 13 ?
    Thanks !
    Jacques

     
  • Anobium

    Anobium - 2015-03-17

    Did ever get this sorted?

     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.