Advertisement
ASP_Volume2 Complete Applications #36905

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

Podsumowanie 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.

Kod źródłowy
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>
Oryginalne komentarze (3)
Odzyskane z Wayback Machine