Advertisement
4_2005-2006 Complete Applications #152492

electronic Tool

Berechnet den Wert von elektrischen Widerständen und Drosseln aus dem Farbcode. Das Programm zeigt wie man popup menus verwendet und andere Sachen. This program calculates the value of electronic Resistors from the color code. You can learn about popup menus and other things

AI

Yapay Zeka Özeti: This codebase represents a historical implementation of the logic described in the metadata. Our preservation engine analyzes the structure to provide context for modern developers.

Kaynak Kod
original-source
Upload
<br>
<br>
<br>
<p>Public Function search(a)<br>
' Name: ADO Search Engine Function <br>
' By: JohnManavalan@hotmail.com<br>
' PLEASE take the time and vote for Me <br>
' http://www.planet-source-code.com/vb/scripts/ShowCode.asp?txtCodeId=7655&lngWId=4<br>
search = "select * from search where"<br>
Dim words<br>
For Each words In Split(a, " ")<br>
If Len(Trim(words)) > 0 Then search = search & " keyword LIKE '%" & words & "%' 
and "<br>
Next<br>
search = Mid(search, 1, Len(search) - 5)<br>
End Function</p>
Orijinal Yorumlar (3)
Wayback Machine'den kurtarıldı