Closed Nightfirecat closed 10 years ago
For reference: #54
Effectively changed the previous
$binlength = StringReverse($binlength)
to
try { $binlength = StringReverse($binlength) } catch { $binlength = _StringReverse($binlength) }
For reference: #54
Effectively changed the previous
to