Reply

Writing out a boolean variable in the journal.

3 replies

Steve Green

Subscriber, bbp_participant, community, 47 replies.

Visit profile

6 years ago #201713

Hi,

 

When I write this out in the journal it will write out 1 for example. How can I convert that into ‘True’ for example?

Is there a boolean conversion function that can be used within EA wizards journal functionality?

 

Kind Regards

Steve

0

tomas262

Administrator, sq-ultimate, 2 replies.

Visit profile

6 years ago #202024

Hello,

setup another tab which severs the purpose of logging boolean value. If “yourVarible” is TRUE then LogToJournal(“Variable is TRUE”);

Or you can use an int variable set to 0/1 instead of the boolean

0

Viewing 1 replies (of 1 total)