Posts by Seffrin • 36 points
2 posts
-
1
votes2
answers679
viewsA: Is it possible to pass a vector as a parameter in Visualg?
It is not possible to pass a vector as a parameter to a function since the vector is a structured data and not a valid data type. According to the visualG 3.0 manual valid data types are only: Whole…
-
1
votes1
answer321
viewsQ: More performative way to work with Request in Classic ASP?
I’m working on a web page that uses Classic ASP and I got a question, store the value of a request in a variable improves performance when compared to staying using the request("value") throughout…