IMPORTANT ANNOUNCEMENT

These forums were permanently set to read-only mode on July 20, 2022. From that day onwards, no new posting or comment is allowed on the site, but the historical content remains intact and searchable.

A new location for posting questions about PlanetPress Suite is now available:

OL Learn - PlanetPress Classic (opens in new tab)

Topic Options
#57261 - 10/25/19 11:05 AM Is there a way to show() a measure?
bbauser Offline
OL Newbie

Registered: 09/24/19
Posts: 11
Hi - I'm trying to see if it's possible to show() a measure. I know I can show() an integer by using inttostr() or a float by using floattostr(). Is there something similar for measures? I would like to show(&current.y) for an object.

Top
#57262 - 10/25/19 11:06 AM Re: Is there a way to show() a measure? [Re: bbauser]
Jean-Cédric Offline
OL Expert

Registered: 10/03/16
Posts: 681
Loc: Québec, Canada
A measure is a float...so floattostr() will work.
_________________________
♪♫♪♫
99 frigging bugs in my code
99 frigging bugs
Take one down
Code around
127 frigging bugs in my code
♪♫♪♫

Top
#57263 - 10/25/19 05:04 PM Re: Is there a way to show() a measure? [Re: bbauser]
bbauser Offline
OL Newbie

Registered: 09/24/19
Posts: 11
welp... now I feel dumb. Thank you very much for the answer.

Top
#57264 - 10/28/19 09:44 AM Re: Is there a way to show() a measure? [Re: bbauser]
Philippe F. Offline
OL Expert

Registered: 09/06/00
Posts: 1984
Loc: Objectif Lune, Montreal, Qc
Nope, what would have been dumb would be for you not to ask the question and simply take for granted it was impossible.
As they say, there are no stupid questions, just stupid answers. smile
_________________________
Technical Product Manager
I don't want to achieve immortality through my work; I want to achieve immortality through not dying - Woody Allen

Top