forked from hummypkg/webif
add issplit method to rsv.class
This commit is contained in:
parent
e3da17ca6c
commit
cd9e9924f6
@ -158,6 +158,10 @@ rsv method isseries {} {
|
||||
if {$ucRecKind == 4} { return 1 } else { return 0 }
|
||||
}
|
||||
|
||||
rsv method issplit {} {
|
||||
if {$ucRecKind == 2} { return 1 } else { return 0 }
|
||||
}
|
||||
|
||||
rsv method _strip {str} {
|
||||
return [system strip $str]
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user