Back to SPR List Previous Next
FILL and COMMA functions crash when args are missing
Minor Closed - Fixed Found:XS.01.12 20 JUL 2009 Fixed:XS.01.13 20 JUL 2009

DETAILS
 FILL and COMMA functions crash if the string contains a missing value (not undefined).
EXAMPLE PROGRAM
 program
 string x
 missing values x ("NA")
 set x ("NA")
 write [fill(x,".")] [comma(x)]
 end program
WORKAROUND
Check if aguments are missing before using FILL or COMMA
Back to SPR List Previous Next