Using split function into array is causing Compile Error: Can't Assign to array

前端 未结 1 1675
深忆病人
深忆病人 2021-01-29 04:57

I am attempting to use the split() function to split out a name based on spaces in the given name string. When attempting to compile the code I\'ve written below I

相关标签:
1条回答
  • 2021-01-29 05:50

    I'm coming back to this since I've learn the answer was that my co-worker had written a module called split which kept my previous code from working as it returned a different set of parameters.

    0 讨论(0)
提交回复
热议问题