Re: Effective ways for storing multiple string variables within PBP code?
chip has to able to read its code space, pic18 needs different treatment
there is a couple of typo's
;lang 2
da "Jahr einstellen", 0 ;6+ 0
da "Set Month" ;6+ 1
da "Set Date", 0 ; 2
da "Set day of week" ; 3
da "Set Hour", 0 ; 4
da "Set Minute", 0 ; 5
;lang 3 ;semi colon missing
da "Definir l'annee" ; 12+ 0 ;extra comma
da "Set Month" ; 12+ 1
da "Set Date", 0 ; 2
da "Set day of week" ; 3
da "Set Hour", 0 ; 4
da "Set Minute", 0 ; 5
Last edited by richard; - 31st December 2021 at 10:46.
Warning I'm not a teacher
Bookmarks