Flowchart: Object reference not defined for an instance of an object

I’m trying to run this flowchart but the following error appears

1 Like

@rildo13,
Make sure all of your variables are initialized.

1 Like

@rildo13

You are trying to access an object without instantiating it… You might need to use the “new” keyword to instantiate it first i.e create an instance of it.

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.