How to choose an array (column) from a given file.txt? (stringByAppendingPathComponent) Xcode
问题 I am trying to pick an array (column) from a given file that contains arrays of numbers e.g: 2012-09-02 16:27:15.010 SMA -0.818863 0.286575 0.206177 -0.108286 -0.231033 -0.303317 2012-09-02 16:27:15.017 SMA -1.024597 0.380875 0.456131 -0.282619 -0.123060 -0.048027 2012-09-02 16:27:15.023 SMA -0.754196 0.417053 1.165237 -0.010996 -0.078193 0.594972 2012-09-02 16:27:15.030 SMA -0.674835 0.486038 1.487640 0.061529 -0.008288 0.825637 here is my code, but it's giving nothing: NSString* filePath =