Advertisement
ASP_Volume3 Complete Applications #47195

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

Ringkasan AI: 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.

Kode Sumber
original-source
Upload
<br>
<br>
<br>
<p>Public Function search(a)<br>
' Name: ADO Search Engine Function <br>
' By: [email protected]<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>
Komentar Asli (3)
Dipulihkan dari Wayback Machine