Categories
General

Speedup Frontier and Radio

Adding Strings – Concatenating Strings

do this optimization wherever possible when adding strings…

on add4 (s) {text = text + (s + “rn”);};