HydrogenAudio

Misc. => Recycle Bin => Topic started by: Lapis Lazuli on 2012-06-20 00:44:17

Title: [MISINFORMATION] From: $if doesn't recognise string as empty
Post by: Lapis Lazuli on 2012-06-20 00:44:17
Code: [Select]
$replace(01,01,)
generates a string with length of 0, while
Code: [Select]
$replace($left(%title%,2),01,)
produces a string with length of non-zero.

In title-formatting, empty string is recognized as false, however the non-empty string will be regarded as true.

Your misunderstanding.