Re: Standard Lib Func for string type?
- Posted by DerekParnell (admin) Apr 20, 2009
- 827 views
euphoric said...
DerekParnell said...
Ok, the v4 standard library (std/types.e) now also has the types ...
- ascii_string
- string
- sequence_array
Those can be used like standard functions, right?
Yep, that's 100% correct.
-- example object s = funcX() if string(s) then s = {s} end if