How to use Select ... Case?
Author: Panache
Creation Date: 11/21/2013 7:33 PM
profile picture

Panache

#1
Is there a list somewhere of .NET commands that are recognized by WealthLabPro and how they are supposed to be entered in WealthLabPro?

I'm stumped as to how to code Select Case in WealthLabPro. What am I missing?

CODE:
Please log in to see this code.
profile picture

Eugene

#2
Any .NET commands are recognized. What you're looking for is called switch, not Select..Case:

switch (C# Reference)
C# Switch Statements: Case and Goto

You're confusing it with Select which is a LINQ method from C# 3.0 and serves an entirely different purpose.
This website uses cookies to improve your experience. We'll assume you're ok with that, but you can opt-out if you wish (Read more).