I have a file consC that is a line of spaces and *'s that looks like this:
                                          **** **     *          
How do I read into a string that keeps the location of *'s intact without losing the spaces and then get the index of the *'s
 
     
    