Position: Home page » Blockchain » Bitgene blockchain
Bitgene blockchain
Publish: 2021-04-14 18:20:11
1. Byref requires the same type. You can choose one of the following solutions to solve the problem:
1. Define J as integer
2. Change J here to a newly defined integer variable
3. Define genebit in sub mutation() as variant type (without as integer)
4. If the process mutation does not change the value of genebit, or if the genebit value is changed, but it is not necessary to pass the changed genebit value back to the corresponding variable calling this process, change it to ByVal
1. Define J as integer
2. Change J here to a newly defined integer variable
3. Define genebit in sub mutation() as variant type (without as integer)
4. If the process mutation does not change the value of genebit, or if the genebit value is changed, but it is not necessary to pass the changed genebit value back to the corresponding variable calling this process, change it to ByVal
Hot content