05-20-2015, 06:11 PM
Use F"string":
int v=5
LogFileFast F"variable={v}"
Or replace
function $text
to
function str'text
Then can pass numbers directly:
int v=5
LogFileFast v
int v=5
LogFileFast F"variable={v}"
Or replace
function $text
to
function str'text
Then can pass numbers directly:
int v=5
LogFileFast v