Author Topic: 25.03: $if(condition){}{} does not work any more  (Read 1808 times)

Offline 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 »