Results 1 to 8 of 8

Thread: How do you do the little box things

  1. #1
    Join Date
    Oct 2007
    Posts
    24
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default How do you do the little box things

    Like this

    *******************
    ** TEXT **
    *******************

    is there a generator somewhere on the web? I would have googled it but i'm not sure what it's called! Thanks in advance.

  2. #2
    Join Date
    Feb 2007
    Location
    SparklesProd.com
    Posts
    2,406
    Mentioned
    1 Post(s)
    Quoted
    0 Post(s)

    Default

    You talking about Writeln? ...

    Heres an example...

    SCAR Code:
    Program Hmm;
    begin
    writeln('*******************');
    writeln('** TEXT **');
    writeln('*******************');
    end.

    I guess this is what you meant.

  3. #3
    Join Date
    Jun 2007
    Location
    Greenville, SC
    Posts
    1,149
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I think i understand what your saying... and there is no generator, you just type it. like this:

    SCAR Code:
    begin
      WriteLn('<----------~~~---------->');
      WriteLn('<       Gravy is yummy       >');
      WriteLn('<----------~~~---------->');
    end;

    edit: yea, WriteLn...

  4. #4
    Join Date
    Oct 2007
    Posts
    24
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I meant like at the top of scripts where the instructions are etc. How do they make the perfect little boxes out of == and ++ etc. :P

  5. #5
    Join Date
    Mar 2007
    Posts
    102
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I don't think anyone knows what your talking about...If you want something that makes cool letters out of symbols... then here is a site. http://www.network-science.de/ascii/
    otherwise...by box do you mean like this??
    +------------------+
    |textgoesinhere|
    |textgoesinhere|
    +------------------+

    --you just have to make that by yourslefl---its not that hard.

  6. #6
    Join Date
    Feb 2006
    Location
    Belgium
    Posts
    3,137
    Mentioned
    3 Post(s)
    Quoted
    5 Post(s)

    Default

    SCAR Code:
    //++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++\\
    //                                                                            \\
    //  Like this?                                                                \\
    //                                                                            \\
    //++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++\\

  7. #7
    Join Date
    Oct 2007
    Posts
    24
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    ^ yes

  8. #8
    Join Date
    Feb 2006
    Location
    Belgium
    Posts
    3,137
    Mentioned
    3 Post(s)
    Quoted
    5 Post(s)

    Default

    you just type it...

    It's a comment, comments start with // on each line or { to start and } to end no matter how many lines it covers

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Several things I need help on.
    By Torrent of Flame in forum OSR Help
    Replies: 4
    Last Post: 03-03-2008, 09:29 PM
  2. Help with 2 things...
    By ShapeShifter in forum OSR Help
    Replies: 4
    Last Post: 11-10-2007, 07:39 PM
  3. bot not doing the things i want
    By 12 beau 12 in forum OSR Help
    Replies: 26
    Last Post: 06-21-2007, 09:07 AM
  4. am i seeing things...
    By Dark_Sniper in forum Discussions & Debates
    Replies: 6
    Last Post: 05-17-2006, 02:01 AM

Posting Permissions

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