Log 2329
13/12/2023 2023-12-13 19:52Here is the formula in PHP language:
$text = #כיתוב#;
$price = 10;
$count = strlen($text);
$total = $count * $price;
return $total;
This formula counts the number of characters in the given placeholder `#כיתוב#` and multiplies it by the price to calculate the total amount.