|
-
Aug 15th, 2014, 03:29 AM
#1
Thread Starter
Lively Member
[RESOLVED] multiple statements and conditions
Hello people,
Could someone help me
I need a code which loops through 3 different statements
EN=lang1
DE=lang2
FR=lang3
lang1=test1
lang2=test2
lang3=test3
if myVar = EN then
msgbox(lang1)
else
if myVar =DE then
msgbox("lang2)
else
if myVar=FR then
msgbox (lang3)
if myVar="" then
msgbox ("something else")
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|