Page 1 of 1

how do i use fprintf

PostPosted: Thu Feb 28, 2008 2:22 am
by trippola77
like if i wanted to print a result of something.
Like
to print a result of a + b.

Re: how do i use fprintf

PostPosted: Thu Feb 28, 2008 2:40 am
by Game A Gogo
you can go check the documentation, it has a script reference.
but you can also do like
Code: Select all
textNumber=a+b;