Suffex text after formula

Discussions about Diving Log 6.0 - questions and hints
Post Reply
robota04
Posts: 10
Joined: Mon Jun 22, 2015 14:06

Suffex text after formula

Post by robota04 »

Hi,

I need help when I am in the designer to add a suffux after a formula.

Text / formula is below:

"Tank Oxygen" + LogO2 (Formula) "%"

What i would like to do is add a % sign after the formula, but I can seem to figure out how to.

(can remember exact formula, dont have software infront of me)
divinglog
Site Admin
Posts: 5779
Joined: Sat Feb 08, 2003 21:02
Location: Coburg
Contact:

Re: Suffex text after formula

Post by divinglog »

Code: Select all

"Tank Oxygen: " + Fstr$(LogO2,"###&") + "%"
With decimal digit:

Code: Select all

"Tank Oxygen: " + Fstr$(LogO2,"###&.#") + "%"
robota04
Posts: 10
Joined: Mon Jun 22, 2015 14:06

Re: Suffex text after formula

Post by robota04 »

Thank you very much
Post Reply