Lets say I find some code examples on this site and lets say there is a line in the code like this.
Dim pos AS Position
Now the variable pos i in red text because I need to add a library that includes Position.
Is it possible to do something so that I can find out which library to add to my program?
The Position is just an example, I would like to be able to find library's for other types.
Hope someone can help me.
Dim pos AS Position
Now the variable pos i in red text because I need to add a library that includes Position.
Is it possible to do something so that I can find out which library to add to my program?
The Position is just an example, I would like to be able to find library's for other types.
Hope someone can help me.