I am grabbing a time slot from a text file
---text file--
11:01 am.
When I want to grab the minutes column, it only grabs the '1' instead of the '01'. I have the variable set to int. Any suggestions?
---text file--
11:01 am.
When I want to grab the minutes column, it only grabs the '1' instead of the '01'. I have the variable set to int. Any suggestions?
Comment