'getting this error while pushing ether value into array Member "push" not found or not visible after argument-dependent lookup in uint256

invInfo.ethInvestedInUToken[i].push(uETHAsPerProportion) ethInvestedInUtoken is the memory array in over in which i want to store the uEthAsPerProportion value but getting this error Member "push" not found or not visible after argument-dependent lookup in uint256.



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source