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.
Printable View
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.
You talking about Writeln? ...
Heres an example...
SCAR Code:Program Hmm;
begin
writeln('*******************');
writeln('** TEXT **');
writeln('*******************');
end.
I guess this is what you meant.
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...
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
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.
SCAR Code://++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++\\
// \\
// Like this? \\
// \\
//++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++\\
^ yes
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