我在vb.net有一个门户网站,里面有医生名单等等。现在在我的医生表中,我已经制作了类似于(slot1MonringFrom,slot1MorningTo,slot1EveningFrom,slot1EveningTo)这4列的结构,现在我只有一个所有7天的不同列。假设在星期一,星期三,星期四,医生已经填写相同的时间然后在页面加载它应该检查相同的值&用这样的字符串显示它(周一,周三,周五 - 上午8点 - 下午12点)。同样的方式星期二,星期四,然后它显示在第二个字符串像(星期二,星期四 - 下午4点 - 晚上8点)。
我只是想知道如何检查相同的值&将它传递给一个字符串。如果给出任何例子将是很好理解..
答案 0 :(得分:0)
请尝试实施以下逻辑,
Dim check1 as boolean = true
Dim check2 as boolean = true
Dim check3 as boolean = true
Dim check4 as boolean = true
Dim check5 as boolean = true
Dim check6 as boolean = true
Dim check7 as boolean = true
''''SLOT 1 CHECKING
check1=false
'compare slot1 variables with slot2, if matched,
'check2=false, contact slot1 and slot2
'compare slot1 variables with slot3, if matched,
'check3=false, contact slot1 and slot3
'do same for slot4, slot5, slot6, slot7
----------
''''SLOT 2 CHECKING
'if check2=true
'if check3=false
'compare slot2 variables with slot3, if matched,
'check3=false, concate slot2 and slot3
'do same for slot4, slot5, slot6, slot7
--------
''''SLOT 3 CHECKING
'if check3=true
.
.
.
.
. REPEAT SAME FOR ALL