G
Guest
I am trying to execute a switch statement that looks at the last 3 letters in
a trader's portfolio, [port]. Can I use a "like" in the statement? Also, I
want 2 portfolios to yield "DPM" (EMS and MOD), can I use an or statement?
How else can I get this to work?
Role: Switch[port] = Like*RM*, "RMM", [port] = EMS or MOD, "DPM", "FMM"
Thanks.
a trader's portfolio, [port]. Can I use a "like" in the statement? Also, I
want 2 portfolios to yield "DPM" (EMS and MOD), can I use an or statement?
How else can I get this to work?
Role: Switch[port] = Like*RM*, "RMM", [port] = EMS or MOD, "DPM", "FMM"
Thanks.