Method code for $sys.parse_backup_interval()

[Turn on line numbering]
arg value, @args;

value = (> $time.from_english(value) <);
if (value < 300)
    throw(~perm, "You cannot set your backup interval to less than 5 minutes");
return value;

["// Created 26-Mar-1995 as a part of ColdCore, see: @help Credit"]

the Cold Dark