please dont rip this site

C18 String Reformat Tool

by Rolf Lear

Input must have the structure:

M_NULL=
M_MAIN=Main Menu
M_A=AAAA
M_B=BBBB
M_C=CCCC
M_SPACE=  SPACE
M_CRAZY=!@#$%
M_LONG=AbcdEfgHijkLmnopQrstUvwZyz
M_SUBSET=ACE
M_SUPERSET=CCAAAA
Note:
  1. Only lines with an '=' are processed
  2. All spaces are significant.
  3. Carriage Returns (\r) next to Newlines (\n) are ignored.
  4. All output is issued with just newlines (\n) which may or may not be appropriate for your development environment.
  5. The String Constant is split somewhere after 50 characters on to a new line. The C Continuation '\' must be the very last character on the line!


Paste your String config data in to the following area.

After Convert, copy then paste the following in to a header file e.g. StringConst.h

After Convert, copy then paste the following in to a C file e.g. StringConst.c

The following messages indicate "optimizations" that were made.

To use this code it becomes a "simple" case of:

void LCDPrintString(int pos)
{
    while (strings[pos])
        LCDWriteChar(strings[pos++]);
}

.....
LCDPrintString(M_MENU);
LCDPrintString(M_SUPERSET);
....
See also:
file: /Techref/microchip/language/C/StringFormat.htm, 7KB, , updated: 2006/1/20 10:19, local time: 2024/3/28 13:07,
TOP NEW HELP FIND: 
44.222.212.138:LOG IN

 ©2024 These pages are served without commercial sponsorship. (No popup ads, etc...).Bandwidth abuse increases hosting cost forcing sponsorship or shutdown. This server aggressively defends against automated copying for any reason including offline viewing, duplication, etc... Please respect this requirement and DO NOT RIP THIS SITE. Questions?
Please DO link to this page! Digg it! / MAKE!

<A HREF="http://techref.massmind.org/techref/microchip/language/C/StringFormat.htm"> The PICList String Reformat Tool for C18</A>

After you find an appropriate page, you are invited to your to this massmind site! (posts will be visible only to you before review) Just type a nice message (short messages are blocked as spam) in the box and press the Post button. (HTML welcomed, but not the <A tag: Instead, use the link box to link to another page. A tutorial is available Members can login to post directly, become page editors, and be credited for their posts.


Link? Put it here: 
if you want a response, please enter your email address: 
Attn spammers: All posts are reviewed before being made visible to anyone other than the poster.
Did you find what you needed?

 

Welcome to massmind.org!

 

Welcome to techref.massmind.org!

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

  .