Author Topic: Events "%1" Value  (Read 610 times)

How do I defined what %1 will return if they type it into an event box?

Use a strReplace on the returned argument to replace %1 with a value of your choosing.

Use a strReplace on the returned argument to replace %1 with a value of your choosing.

%input.strReplace("%1","replacement");
?

Type strreplace(); into the console.

Type strreplace(); into the console.
Or just tell him the answer:
%input = strReplace(%input,"%1","What to replace it with");