php - If VB condition with or -


मुझे मिल गया है जैसे:

  & lt; vb: if condition = "$ channel ['नोडिड']! = 16 "& gt; & LT; टीआर & gt; & lt; टीडी & gt; कुछ & lt; / टीडी & gt; & lt; / टीआर & gt; & Lt; / vb: यदि & gt;   

लेकिन मुझे इसकी भी आवश्यकता है कि 20 के लिए भी जांचें ताकि यह कुछ ऐसा होना चाहिए:

  if! = 16 || 20   

मैं यह कैसे लिखूं

यह होगा:

  & lt; vb: if condition = "$ channel ['nodeid'] = 16 || $ चैनल ['नोडिड'] = 20" & gt; & LT; टीआर & gt; & lt; टीडी & gt; कुछ & lt; / टीडी & gt; & lt; / टीआर & gt; & Lt; / vb: यदि & gt;    

Comments

Popular posts from this blog

python - Writing Greek in matplotlib labels, titles -

c# - LINQ to Entities does not recognize the method 'Int32 IndexOf(System.String, System.StringComparison)' method -

Pygame memory leak with transform.flip -