[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[HTCondor-users] Number of members in a list value in submit description?



Is there a good way to find the number of values in a list in the submit description? I.e.:

LIST = 1, 2, 3, 4, 5 
NLIST = $LENGTH(LIST)
TRUE_VAL = $(NLIST) == 5

Thanks for any suggestions!

	-Michael Pelletier.