Literals/String: Difference between revisions

m
(Lingo added)
Line 1,037:
 
* Lingo does not support automatic variable expansion in strings. But the function value() can be used to expand template strings in the current context:
<lang lingo>template = QUOTE&"Milliseconds since last reboot: "&QUOTE&"&the _system.milliseconds"
 
-- expand template in current context
Anonymous user