Code::Blocks Forums
Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email
?
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News:
As usual while waiting for the next release - don't forget to check the
nightly builds
in the forum.
Home
Help
Search
Login
Register
Code::Blocks Forums
»
User forums
»
Using Code::Blocks
»
25.03: $if(condition){}{} does not work any more
« previous
next »
Send this topic
Print
Pages: [
1
]
Go Down
Author
Topic: 25.03: $if(condition){}{} does not work any more (Read 1652 times)
coxygene
Single posting newcomer
Posts: 1
25.03: $if(condition){}{} does not work any more
«
on:
May 14, 2025, 03:04:58 pm »
When "$if(cond){}{}" is used, it will corrupt the concatenated result string, skipping x characters!
Ex: I use global variables to link the project with the right library
$if(${#vdll_fox}){DLL_FOX-1-7-79}{LIB_FOX}
«
Last Edit: May 14, 2025, 03:47:13 pm by coxygene
»
Logged
Send this topic
Print
Pages: [
1
]
Go Up
« previous
next »
Code::Blocks Forums
»
User forums
»
Using Code::Blocks
»
25.03: $if(condition){}{} does not work any more