- This topic has 6 replies, 5 voices, and was last updated 15 years, 11 months ago by .
-
Topic
-
Hi all, Can anyone explain to me what this script does?
Code:if { ![clength $line] || [cequal $line x20] || [regexp ^x02+$ $line] }
{ set line “.” ; # for empty lines support in itn01 }
else
{ set line [split [string trimright $line x02] ” “] }I have absolutely no idea what charaters like x20 and x02 mean…
Thanx
Mark
Viewing 5 reply threads
Viewing 5 reply threads
- The forum ‘Cloverleaf’ is closed to new topics and replies.