I'm pulling information from a text file into an array and that works well. The problem is that I need to add two of those items together. It appears that it is treating them as strings or something because it will not add them together. Instead of returning a result it prints a zero.
Is there something to convert text to integer or something like that? Even if it converts it to a number so I can add them and then returns it to the array as a string that is fine, but I need to be able to add them somehow.
Is there something to convert text to integer or something like that? Even if it converts it to a number so I can add them and then returns it to the array as a string that is fine, but I need to be able to add them somehow.