how do i use fprintf

Posted:
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

Posted:
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;