frank0434 / Master

repo for the master project - water stress for APSIMX lucerne model
Creative Commons Zero v1.0 Universal
1 stars 1 forks source link

`return` call break the `for loop` #13

Closed frank0434 closed 3 years ago

frank0434 commented 3 years ago

return call in a for loop will break the loop and only return the first value.

  return(modifiedName)
frank0434 commented 3 years ago

changed it to cat for the purpose of verbose.