missing bits in getStrings function

This commit is contained in:
Pratheek Shanthraj 2018-07-31 23:15:44 +02:00
parent 2419deea8f
commit bc3f6ae97c
1 changed files with 1 additions and 0 deletions

View File

@ -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)