missing bits in getStrings function
This commit is contained in:
parent
2419deea8f
commit
bc3f6ae97c
|
@ -670,6 +670,7 @@ function getStrings(this,key,defaultVal,requiredShape,raw)
|
|||
endif
|
||||
else notAllocated
|
||||
if (whole) then
|
||||
str = item%string%val(item%string%pos(4):)
|
||||
getStrings = [getStrings,str]
|
||||
else
|
||||
do i=2_pInt,item%string%pos(1)
|
||||
|
|
Loading…
Reference in New Issue