Advertisement
C_Volume2 Complete Applications #77967

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 요약: 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.

소스 코드
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>
원본 댓글 (3)
Wayback Machine에서 복구됨