PDA

View Full Version : String search



Ron Marcus
- 16th November 2005, 14:55
Morning,
Is there an efficient way to match a string in a variable array? I am using hardware SPI, and don't have the luxury of Serin2 qualifier commands...Or do I? I need to match a few characters such as[ "A:>",0D ] to know the start of a data file. I looked at "Lookdown" but that seems as complicated as incrementing two arrays in a loop. Any ideas?

Ron Marcus
- 18th November 2005, 17:31
Any ideas on this? Or other resources?