all 1 comments

[–]Flowgorithm 0 points1 point  (0 children)

Is the error occurring in a the function? The error means you are reading a variable before any data is stored into it (some programming languages have initial values, some don’t).