Why does the the Str command not work in Visual Basic after I add MatrixVB as a reference in my project?
Show older comments
Why does the the Str command not work in Visual Basic after I add MatrixVB as a reference in my project?
This command is a standard Visual Basic command that works when I am not using MatrixVB. An example is shown below:
Str(1)
When I use MatrixVB, the following error is returned:
Compile Error: Invalid use of property.
Accepted Answer
More Answers (0)
Categories
Find more on Numeric Types in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!