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
|
endif
|
||||||
else notAllocated
|
else notAllocated
|
||||||
if (whole) then
|
if (whole) then
|
||||||
|
str = item%string%val(item%string%pos(4):)
|
||||||
getStrings = [getStrings,str]
|
getStrings = [getStrings,str]
|
||||||
else
|
else
|
||||||
do i=2_pInt,item%string%pos(1)
|
do i=2_pInt,item%string%pos(1)
|
||||||
|
|
Loading…
Reference in New Issue