<- [[crpl:crplreference| CRPL reference]] <- [[crpl:crplreference#lists|Lists]] ===== CreateListStartingSize ===== ^Arguments^Result^Notation^ | Size|A List with ''n1'' Null Items | ''n1 -- L1'' | === Description === Creates a list with ''n1'' items (all containing null) that can be stored in a variable === Examples === 5 CreateListStartingSize ->list01