Solidity Empty Array

[Solved] Solidity Empty Array | Solidity - Code Explorer | yomemimo.com
Question : solidity empty array

Answered by : abdulhakim

contract D { uint[] myArray; function Test() constant returns (uint[]) { myArray.push(123); return myArray; }
}

Source : | Last Update : Wed, 30 Mar 22

Answers related to solidity empty array

Code Explorer Popular Question For Solidity