Equipment used formula formatting help

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

Equipment used formula formatting help

Post by robota04 »

Hi,

I used the LogUsedEquip formula and it lists all of the equipment and is seperated by comma with single spacing.

But i was wondering if it is possible to change spacing between the different equipment used and have it separated by a semicolon instead?
divinglog
Site Admin
Posts: 5768
Joined: Sat Feb 08, 2003 21:02
Location: Coburg
Contact:

Re: Equipment used formula formatting help

Post by divinglog »

That's no problem:

Linebreak

Code: Select all

StrSubst$ (LogUsedEquip,",","¶")
Semicolon

Code: Select all

StrSubst$ (LogUsedEquip,",",";")
robota04
Posts: 10
Joined: Mon Jun 22, 2015 14:06

Re: Equipment used formula formatting help

Post by robota04 »

Thank you very much
Post Reply