|
[Date Index]
[Thread Index]
[Author Index]
Output from StringForm
I have this little piece of code which I can not manipulate:
OutputForm [ StringForm ["nb = `` " , 666 ] ] >> ou
will give me : nb = 666
OutputForm [ StringForm ["nb = ``\n " , 666 ] ] >> ou
will give me:
nb = 666
blank line
I want to have a blank line before nb = 666 so I tried: OutputForm [
StringForm ["\nnb = `` " , 666 ] ] >> ou
but this gives me:
666
nb =
Is there there an easy way to produce an initial blank line using
StringForm.
Thanks
Jaime Combariza
jaimeco@arizona.edu
Prev by Date:
Re: Animation?
Next by Date:
RE: How find the max value of
Prev by thread:
Re: Animation?
Next by thread:
RE: How find the max value of
|