Waiting List
There are no players on the waiting list yet. Only Windows users can play this game. If you have an emulator, you can join the waiting list to be informed when a new server is ready to play.
[Login to join waiting list]
| Various text-related functions you might find useful, including reading files into lists and replacing words in strings. |
Version 5 ·
Date Added: 7/13/01
If you wish to download this library for your Linux/Mac installation, enter the following on your command line:
DreamDownload byond://Deadron.TextHandling##version=5
Emulator users, in the BYOND pager go to File | Open Location and enter this URL:
byond://Deadron.TextHandling##version=5
|
![BYOND Favorite [BYOND Favorite]](/rsc/star14.gif) | BYOND Favorite |
|
| |
Text-related functions you might find useful. The library contains full documentation and examples. If you are looking to
sort text, check out my
List library.
dd_file2list(file_path, separator = "\n")
dd_replacetext(text, search_string, replacement_string)
dd_replaceText(text, search_string, replacement_string)
dd_hasprefix(text, prefix)
dd_hasPrefix(text, prefix)
dd_hassuffix(text, suffix)
dd_hasSuffix(text, suffix)
dd_text2list(text, separator)
dd_text2List(text, separator)
dd_list2text(list/the_list, separator)
dd_centertext(message, length)
dd_limittext(message, length)
Reviews
This page shows only reviews in official resource guilds.
|
A BYONDscape Classic! I won't try to describe it because the comments in the source code do a fine job already -- see …
|
#1 Tsfreaks:
Great library!
I came across a low pri usability issue.
If you forget to include the delimiter (ahem) for dd_text2list, the Dream Daemon gets stuck in a loop and you are directed toward a function in Text_Handling. A user friendly change might be to force an exception with information about the missing parameter.
ts
Thursday, August 27, 2009 12:09AM