Saved Bookmarks
| 1. |
Explain The Function Sub In Algorithmic Notation? |
|
Answer» In the algorithmic notation rather than using SPECIAL marker symbols, GENERALLY people use the cursor position plus a substring LENGTH to isolate a substring. The name of the function is SUB. SUB returns a VALUE the sub string of SUBJECT that is SPECIFIED by the parameters i and j and an assumed value of j. In the algorithmic notation rather than using special marker symbols, generally people use the cursor position plus a substring length to isolate a substring. The name of the function is SUB. SUB returns a value the sub string of SUBJECT that is specified by the parameters i and j and an assumed value of j. |
|