I'm working on a small project here, and need to change all spaces in a char array to underscores. Meaning that "One Two Three" is changed to "One_Two_Three".<BR><BR ...
REDUCE allows you to iterate through your data, building your result step-by-step, in the same way a loop operates in a programming language. Instead of scattering your intermediate calculations ...