Does keil software have an equivalent to basics MID$ a = "testing" b = MID$(a,3,2) //b would = st
If you don't already understand the simple data types in C, you should get a copy of the K&R book and read it to learn C That is probably the very worst book to learn C from. Erik
Yes, I would tend to agree that K&R is more of a reference manual than a self-instruction tool!