Thank you, that totally helped!<br><br>On Tuesday, 19 March 2013 15:48:39 UTC, McFarlane, David  wrote:<blockquote class="gmail_quote" style="margin: 0;margin-left: 0.8ex;border-left: 1px #ccc solid;padding-left: 1ex;">First of all, why do you set the text for your SlideText directly, 
<br>rather than using an attribute reference (see my comments at 
<br><a href="https://groups.google.com/d/topic/e-prime/RBwU6WDdlG8" target="_blank">https://groups.google.com/d/<wbr>topic/e-prime/RBwU6WDdlG8</a> )?  Instead of 
<br>your code, do something more like
<br>
<br>     c.SetAttrib "SubjectScore", subjectScore
<br>
<br>and then use [SubjectScore] in your SlideText.
<br>
<br>Now, on your your question -- Look at the "Format, Format$" topic in 
<br>the E-Basic Help facility.
<br>
<br>-----
<br>David McFarlane
<br>E-Prime training 
<br>online:  <a href="http://psychology.msu.edu/Workshops_Courses/eprime.aspx" target="_blank">http://psychology.msu.edu/<wbr>Workshops_Courses/eprime.aspx</a>
<br>Twitter:  @EPrimeMaster (<a href="https://twitter.com/EPrimeMaster" target="_blank">https://twitter.com/<wbr>EPrimeMaster</a>)
<br>
<br>/----
<br>Stock reminder:  1) I do not work for PST.  2) PST's trained staff 
<br>take any and all questions at 
<br><a href="http://support.pstnet.com/e%2Dprime/support/login.asp" target="_blank">http://support.pstnet.com/e%<wbr>2Dprime/support/login.asp</a> , and they 
<br>strive to respond to all requests in 24-48 hours, so make full use of 
<br>it.  3) In addition, PST offers several instructional videos on their 
<br>YouTube channel (<a href="http://www.youtube.com/user/PSTNET" target="_blank">http://www.youtube.com/user/<wbr>PSTNET</a> ).  4) If you do 
<br>get an answer from PST staff, please extend the courtesy of posting 
<br>their reply back here for the sake of others.
<br>\----
<br>
<br>
<br>At 3/19/2013 11:30 AM Tuesday, Valerio Biscione wrote:
<br>>Hi. In my software I show, in a text object inside a slide object, 
<br>>the score of the subject. The score is a Double variable and can 
<br>>assume value like 1.2 or 5.0. When I "print" the score variable I 
<br>>would like to show all the value until the first decimal number, but 
<br>>it seems that eprime actually cut the number if it sees it like an 
<br>>integer. For example 5.0 is showed like 5, whereas 1.2 is correctly 
<br>>showed like 1.2
<br>>
<br>>This is the code that I use in an inline script just before the slide object:
<br>>
<br>>Set theText = CSlideText(Slide6.States(<wbr>Slide6.ActiveState).Objects("<wbr>Text1"))
<br>>
<br>>theText.text=subjectScore
<br>>
<br>>
<br>>How can I solve this problem?
<br>
<br></blockquote>

<p></p>

-- <br />
You received this message because you are subscribed to the Google Groups "E-Prime" group.<br />
To unsubscribe from this group and stop receiving emails from it, send an email to e-prime+unsubscribe@googlegroups.com.<br />
To post to this group, send email to e-prime@googlegroups.com.<br />
To view this discussion on the web visit <a href="https://groups.google.com/d/msg/e-prime/-/d8Z-pyHs_LsJ">https://groups.google.com/d/msg/e-prime/-/d8Z-pyHs_LsJ</a>.<br />
For more options, visit <a href="https://groups.google.com/groups/opt_out">https://groups.google.com/groups/opt_out</a>.<br />
 <br />
 <br />