function min6(oSrc, args)
{
  args.IsValid = (args.Value.length >= 6);
}