Arachnid / solidity-stringutils

Basic string utilities for Solidity
Apache License 2.0
1.14k stars 373 forks source link

DeclarationError: Undeclared identifier #38

Open arjun-go-go opened 5 years ago

arjun-go-go commented 5 years ago
  github.com/Arachnid/solidity-stringutils/src/strings.sol:705:13: DeclarationError: Undeclared identifier.
    for(i = 0; i < parts.length; i++) {
        ^
smartDev22 commented 5 years ago

for(uint i = 0; i < parts.length; i++) {