How do u write a code for vehicle registration checker with maximum of 7 character input. The first two letters searches for the list of cities, the following 2(numbers) searches for random numbers of the car(pre written) and the last 3 shows a car manufacturer code..
When a button is clicked the information searched appears in a single text box. eg..
GA56TKR
GA gatwick
56 registration date
TKR Toyota
Thanks

First you have to split the string in 3 pieces, then run each substring against an array where your data is stored.
If you post some code what you have done so far, people here can help you further.

Niek

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.