Hi. In my software I show, in a text object inside a slide object, the score of the subject. The score is a Double variable and can assume value like 1.2 or 5.0. When I "print" the score variable I would like to show all the value until the first decimal number, but it seems that eprime actually cut the number if it sees it like an integer. For example 5.0 is showed like 5, whereas 1.2 is correctly 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(Slide6.ActiveState).Objects("Text1"))<br><br>theText.text=subjectScore<br><br><br>How can I solve this problem?<br><br>

<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/-/7sOX_u882YEJ">https://groups.google.com/d/msg/e-prime/-/7sOX_u882YEJ</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 />