in copybook.py [0:0]
def getPicSize(arg): if arg.find("(") > 0: return int(arg[arg.find("(")+1:arg.find(")")]) else: return len(arg)