vba - Is V() a utility function in Visual Basic? -


i'm trying reverse engineer calculator made visual basic. original author has function called on lot of variables looks like:

v(offset) v(cpx) v(cang) 

i can't find anywhere in of functions wrote. don't think utility function in visual basic. know means?

my best guess converting units of numbers called on format compatible other numbers.

as mentioned gserg above, v not utility function.


Comments

Popular posts from this blog

python - pip install -U PySide error -

arrays - C++ error: a brace-enclosed initializer is not allowed here before ‘{’ token -

cytoscape.js - How to add nodes to Dagre layout with Cytoscape -