NexusFi: Find Your Edge


Home Menu

 





Combine a string and boolean value


Discussion in EasyLanguage Programming

Updated
    1. trending_up 214 views
    2. thumb_up 3 thanks given
    3. group 2 followers
    1. forum 3 posts
    2. attach_file 0 attachments




 
Search this Thread

Combine a string and boolean value

  #1 (permalink)
nfgrufio
Atlanta, GA
 
Posts: 14 since Apr 2023
Thanks Given: 1
Thanks Received: 0

Is it possible to combine a string and a boolean value?

I want to output to my printer the string "Status: True".
The "True" being derived from a boolean statement.
We can do this with strings and numbers using NUMTOSTR, to output something like "Status: 7".

Is there no statement akin to BOOLTOSTR?

Thanks!

Reply With Quote

Can you help answer these questions
from other members on NexusFi?
REcommedations for programming help
Sierra Chart
MC PL editor upgrade
MultiCharts
Cheap historycal L1 data for stocks
Stocks and ETFs
What broker to use for trading palladium futures
Commodities
Better Renko Gaps
The Elite Circle
 
  #2 (permalink)
 ABCTG   is a Vendor
 
Posts: 2,436 since Apr 2013
Thanks Given: 482
Thanks Received: 1,629

nfgrufio,

depending on the platform you are working in you might be able to use .ToString() with your boolean variable.
Alternatively you can use the IFFString function.

Regards,

ABCTG



nfgrufio View Post
Is it possible to combine a string and a boolean value?

I want to output to my printer the string "Status: True".
The "True" being derived from a boolean statement.
We can do this with strings and numbers using NUMTOSTR, to output something like "Status: 7".

Is there no statement akin to BOOLTOSTR?

Thanks!


Follow me on Twitter Reply With Quote
Thanked by:
  #3 (permalink)
 
bobwest's Avatar
 bobwest 
Western Florida
Site Moderator
 
Experience: Advanced
Platform: Sierra Chart
Trading: ES, YM
Frequency: Several times daily
Duration: Minutes
Posts: 8,172 since Jan 2013
Thanks Given: 57,524
Thanks Received: 26,292



nfgrufio View Post
Is it possible to combine a string and a boolean value?

I want to output to my printer the string "Status: True".
The "True" being derived from a boolean statement.
We can do this with strings and numbers using NUMTOSTR, to output something like "Status: 7".

Is there no statement akin to BOOLTOSTR?

Thanks!

I know very little (or nothing) about EasyLanguage, but in any language you can do it with if statements.

Sample pseudocode, alter to fit your language:

if (boolvar1)
strvar1 = "Status: True";
else
strvar1 = "Status: False";

Then you can send strvar1 to the printer or whatever else you would like.

Bob.

When one door closes, another opens.
-- Cervantes, Don Quixote
Reply With Quote
Thanked by:
  #4 (permalink)
nfgrufio
Atlanta, GA
 
Posts: 14 since Apr 2023
Thanks Given: 1
Thanks Received: 0


ABCTG View Post
nfgrufio,

depending on the platform you are working in you might be able to use .ToString() with your boolean variable.
Alternatively you can use the IFFString function.

Regards,

ABCTG

Thank you for this suggestion! I was not aware of the IFFSTRING function.
This ended up being my solution.


bobwest View Post
I know very little (or nothing) about EasyLanguage, but in any language you can do it with if statements.

Sample pseudocode, alter to fit your language:

if (boolvar1)
strvar1 = "Status: True";
else
strvar1 = "Status: False";

Then you can send strvar1 to the printer or whatever else you would like.

Bob.

A great workaround, thanks!

Reply With Quote




Last Updated on February 11, 2024


© 2024 NexusFi™, s.a., All Rights Reserved.
Av Ricardo J. Alfaro, Century Tower, Panama City, Panama, Ph: +507 833-9432 (Panama and Intl), +1 888-312-3001 (USA and Canada)
All information is for educational use only and is not investment advice. There is a substantial risk of loss in trading commodity futures, stocks, options and foreign exchange products. Past performance is not indicative of future results.
About Us - Contact Us - Site Rules, Acceptable Use, and Terms and Conditions - Privacy Policy - Downloads - Top
no new posts