"double" variable truncated in text object
Valerio Biscione
valerio.biscione at gmail.com
Tue Mar 19 15:30:57 UTC 2013
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
This is the code that I use in an inline script just before the slide
object:
Set theText = CSlideText(Slide6.States(Slide6.ActiveState).Objects("Text1"))
theText.text=subjectScore
How can I solve this problem?
--
You received this message because you are subscribed to the Google Groups "E-Prime" group.
To unsubscribe from this group and stop receiving emails from it, send an email to e-prime+unsubscribe at googlegroups.com.
To post to this group, send email to e-prime at googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msg/e-prime/-/7sOX_u882YEJ.
For more options, visit https://groups.google.com/groups/opt_out.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://listserv.linguistlist.org/pipermail/eprime/attachments/20130319/d91dff38/attachment.htm>
More information about the Eprime
mailing list