blob: de40e008795fda221f0fb18a0fc8be85111a22f3 [file] [log] [blame]
MG Mud User88f12472016-06-24 23:31:02 +02001
2 **********************************************************
3 * ACHTUNG: EFUN EXISTIERT NICHT MEHR! NICHT VERWENDEN! *
4 **********************************************************
5
6SYNOPSIS
7 string extract(string str, int from, int to)
8 string extract(string str, int from)
9
10DESCRIPTION
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
20HISTORY
21 Removed in LDMud 3.3.
22
23SEE ALSO
24 [](E)
25
2611.11.2006 Zesstra