Text only
|
Text with Images
Code::Blocks Forums
User forums => Using Code::Blocks => Topic started by: coxygene on May 14, 2025, 03:04:58 PM
Title:
25.03: $if(condition){}{} does not work any more
Post by:
coxygene
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}
Text only
|
Text with Images