MG Mud User | 88f1247 | 2016-06-24 23:31:02 +0200 | [diff] [blame^] | 1 | |
| 2 | ********************************************************** |
| 3 | * ACHTUNG: EFUN EXISTIERT NICHT MEHR! NICHT VERWENDEN! * |
| 4 | ********************************************************** |
| 5 | |
| 6 | SYNOPSIS |
| 7 | string extract(string str, int from, int to) |
| 8 | string extract(string str, int from) |
| 9 | |
| 10 | DESCRIPTION |
| 11 | DO NOT USE THIS EFUN ANYMORE! IT HAS BEEN REMOVED FROM THE DRIVER. |
| 12 | |
| 13 | Extract a substring from a string. |
| 14 | This is the old notation for str[from..to] and supported |
| 15 | only for hysterical raisins. |
| 16 | |
| 17 | In LDMud this efun is temporarily a simulated efun until is finally |
| 18 | droppped. |
| 19 | |
| 20 | HISTORY |
| 21 | Removed in LDMud 3.3. |
| 22 | |
| 23 | SEE ALSO |
| 24 | [](E) |
| 25 | |
| 26 | 11.11.2006 Zesstra |