Posts by Maria Almeida • 33 points
4 posts
-
0
votes1
answer1081
viewsA: ERROR "Object Reference not set to an instance of an Object error" Visual Studio 2019 - Script View
I managed to solve, I had to install Visual Studio 2017 and return to 2019.
-
2
votes1
answer52
viewsQ: Check if two elements of a list are numbers
I’m trying to verify that two elements of a three-element list are numbers. I just want to check the second and third elements of the list. I have the following code and cannot identify the error:…
-
0
votes1
answer87
viewsQ: Function that returns first element of a list
I am trying to make a function that will return the first element of a list in Clisp. I have the following code: (defun pr(NomeDaCidade X Y) (first '(NomeDaCidade X Y))) And trying to call it like…
-
-1
votes1
answer1081
viewsQ: ERROR "Object Reference not set to an instance of an Object error" Visual Studio 2019 - Script View
Hello, I am doing lesson 6 of the Analysis Services tutorial and when trying to make the View Script the error arises: "Object Reference not set to an instance of an Object error". I just get this…