<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
</head>
<body text="#000000" bgcolor="#FFFFFF">
When I declare a new fixed-size array (of 19 values) within a map,
with the statement:<br>
<br>
Sound = #{<br>
<br>
contourTag => SndContour = array:new(19, {default,{0,
unspecified, 0}}),<br>
...<br>
<br>
},<br>
<br>
and print it out using io:format and ~p, I get:<br>
<br>
Sound: #{contourTag => {array,19,0,{0,unspecified,0},100},<br>
<br>
---<br>
<br>
Where is the '100' coming from?<br>
<br>
Thanks.<br>
<br>
<div><span style="color: #ffffff;"><span style="color: #ffffff;"><br>
</span></span><span style="color: #ffffff;"><span style="color:
#ffffff;"></span></span></div>
</body>
</html>