1. You're using "parse" for no reason. See its documentation to understand what it does -
https://amxx-bg.info/api/string/parse
2. In the for-loop, you're using "sizeof line" instead of "sizeof StoredData", so basically you're retrieving the size of an integer, which is always equal to 1.
__________________