The other use of "inline", I remember, is to write one or more commands in the form of a function, but declare it "inline". So these commands are inserted into the program code each time you use it, instead of being called as a function. It is similar to "macros".<br><br>In fact: "inline" means there to insert something "in" this "line".<br><br>May be there are also other interpretations that I don't know. |