Now that what I call a solution ... THANKS I am most impressed.
Ran first time without incident, I have to admit I haven't checked for compile warnings but there will be plenty of those once I start trying to modify it. ]
There is a card in the slot but b but I am not including SDLib whilst testing the basic web server.
I have code that populates an LCD from a file on SD and will be attempting to do a similar thing with HTML header files and code.
Since I cant refer to variables by name at run time I have built a case statement that returns formatted values when prompted with a string.
I had wondered about getting handles/pointers when variables are defined and then mapping them to string representations of the design time variable names.
It sounds practical but I wouldn't know where to start. Would you perhaps?
I am afraid I have lofty goals which include file transfer to and from the SD Card preferably via HTML file transfer to avoid having to implement TFTP for example.
I suspect it will take me some time