Advertisement
Java_Volume1 Complete Applications #96511

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

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

Source Code
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>
Original Comments (3)
Recovered from Wayback Machine