... best spare parts for automation and industry
Language:
  •  
+49 (30) 93663981
Mon-Fri: 8:30am - 6:00pm

#set($c=922488346 928282912)${c}$c May 2026

Directives like #set are generally safe, but if the numbers represent IDs or data from an untrusted source, they should be handled with care to prevent injection.

If these are meant to be displayed as text, wrap them in quotes: #set($c = "922488346 928282912") . #set($c=922488346 928282912)${c}$c

Verify if these numbers are intended for a specific tool like the Marketo Velocity Scripting engine, where strict syntax rules often apply. Apache Velocity Engine - User Guide Directives like #set are generally safe, but if

This is the formal notation to output the value of $c . It is used to prevent ambiguity with surrounding text. Directives like #set are generally safe

0