Effective ways for storing multiple string variables within PBP code?


Results 1 to 8 of 8

Threaded View

  1. #4
    Join Date
    May 2013
    Location
    australia
    Posts
    2,644


    Did you find this post helpful? Yes | No

    Default 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

Similar Threads

  1. How about String Variables?
    By mytekcontrols in forum PBP Wish List
    Replies: 40
    Last Post: - 20th January 2015, 12:53
  2. Replies: 2
    Last Post: - 12th November 2014, 07:57
  3. Replies: 4
    Last Post: - 18th September 2014, 07:59
  4. PBP and storing variables
    By Charlie in forum FAQ - Frequently Asked Questions
    Replies: 1
    Last Post: - 28th January 2012, 11:10
  5. Ways to make code easily reviewable and extendable
    By Ted's in forum mel PIC BASIC Pro
    Replies: 14
    Last Post: - 23rd August 2008, 00:10

Members who have read this thread : 5

You do not have permission to view the list of names.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts