Search:

Type: Posts; User: Norm

Search: Search took 0.09 seconds.

  1. Replies
    5
    Views
    1,493

    Re: Help formatting Dialog box!

    You're welcome. See you next time.
  2. Replies
    5
    Views
    1,493

    Re: Help formatting Dialog box!

    Those ways are ok for what you are doing. It could all be done on one line:

    info=info+zip+"\n\n" +"Item = "+item+"\n";
  3. Replies
    5
    Views
    1,493

    Re: Help formatting Dialog box!

    The newline character ("\n") is what puts the next String on the next line. If you want Strings on the same line, don't insert a newline character between them when you build the info String.
Results 1 to 3 of 3