Using HTML GET (Arduino is the AP...)

PaulS:
Storing the result in a local variable (local to the block) is pointless.

Agreed, but it was just for demonstrational purposes, (to show it's of data type float, and how to convert it). He could do whatever he wants with that value, probably store it in a global variable and handle it in the loop, or call a function that controls motor speed directly from the webpage handler function.