<head><title>ColdC: Function/Method Reference</title></head> <body> <h1 align=center><a href="/ColdC/">ColdC</a>: Function/Method Reference</h1> <hr> <h2>Object Variable functions</h2> <blockquote> <pre> <a href="add_var.html">add_var()</a> <a href="clear_var.html">clear_var()</a> <a href="del_var.html">del_var()</a> <a href="get_var.html">get_var()</a> <a href="set_var.html">set_var()</a> <a href="variables.html">variables()</a> </pre> </blockquote> <h2>Object Method functions</h2> <blockquote> <pre> <a href="add_method.html">add_method()</a> <a href="compile.html">compile()</a> <a href="decompile.html">decompile()</a> <a href="del_method.html">del_method()</a> <a href="find_method.html">find_method()</a> <a href="find_next_method.html">find_next_method()</a> <a href="get_method.html">get_method()</a> <a href="method_access.html">method_access()</a> <a href="method_info.html">method_info()</a> <a href="method_flags.html">method_flags()</a> <a href="methods.html">methods()</a> <a href="rename_method.html">rename_method()</a> <a href="set_method_access.html">set_method_access()</a> <a href="set_method_flags.html">set_method_flags()</a> </pre> </blockquote> <h2>Object functions</h2> <blockquote> <pre> <a href="ancestors.html">ancestors()</a> <a href="chparents.html">chparents()</a> <a href="create.html">create()</a> <a href="data.html">data()</a> <a href="del_objname.html">del_objname()</a> <a href="descendants.html">descendants()</a> <a href="destroy.html">destroy()</a> <a href="children.html">children()</a> <a href="has_ancestor.html">has_ancestor()</a> <a href="lookup.html">lookup()</a> <a href="objname.html">objname()</a> <a href="objnum.html">objnum()</a> <a href="parents.html">parents()</a> <a href="set_objname.html">set_objname()</a> </pre> </blockquote> <h2>System functions</h2> <blockquote> <pre> <a href="backup.html">backup()</a> <a href="log.html">log()</a> <a href="set_heartbeat.html">set_heartbeat()</a> <a href="shutdown.html">shutdown()</a> </pre> </blockquote> <h2>Task/Frame functions</h2> <blockquote> <pre> <a href="atomic.html">atomic()</a> <a href="caller.html">caller()</a> <a href="cancel.html">cancel()</a> <a href="definer.html">definer()</a> <a href="method.html">method()</a> <a href="pause.html">pause()</a> <a href="refresh.html">refresh()</a> <a href="resume.html">resume()</a> <a href="sender.html">sender()</a> <a href="stack.html">stack()</a> <a href="suspend.html">suspend()</a> <a href="task_id.html">task_id()</a> <a href="tasks.html">tasks()</a> <a href="this.html">this()</a> <a href="tick.html">tick()</a> <a href="ticks_left.html">ticks_left()</a> </pre> </blockquote> <h2>Error Handling functions</h2> <blockquote> <pre> <a href="error.html">error()</a> <a href="rethrow.html">rethrow()</a> <a href="throw.html">throw()</a> <a href="traceback.html">traceback()</a> </pre> </blockquote> <h2>Network control functions</h2> <blockquote> <pre> <a href="bind_port.html">bind_port()</a> <a href="close_connection.html">close_connection()</a> <a href="connection.html">connection()</a> <a href="cwrite.html">cwrite()</a> <a href="cwritef.html">cwritef()</a> <a href="open_connection.html">open_connection()</a> <a href="reassign_connection.html">reassign_connection()</a> <a href="unbind_port.html">unbind_port()</a> </pre> </blockquote> <h2>File control functions</h2> <blockquote> <pre> <a href="execute.html">execute()</a> <a href="fchmod.html">fchmod()</a> <a href="fclose.html">fclose()</a> <a href="feof.html">feof()</a> <a href="fflush.html">fflush()</a> <a href="file.html">file()</a> <a href="files.html">files()</a> <a href="fmkdir.html">fmkdir()</a> <a href="fopen.html">fopen()</a> <a href="frmdir.html">frmdir()</a> <a href="fstat.html">fstat()</a> <a href="fread.html">fread()</a> <a href="fremove.html">fremove()</a> <a href="frename.html">frename()</a> <a href="fseek.html">fseek()</a> <a href="fwrite.html">fwrite()</a> <a href="log.html">log()</a> </pre> </blockquote> <h2>Misc functions</h2> <blockquote> <pre> <a href="bind_function.html">bind_function()</a> <a href="ctime.html">ctime()</a> <a href="localtime.html">localtime()</a> <a href="mtime.html">mtime()</a> <a href="time.html">time()</a> <a href="unbind_function.html">unbind_function()</a> </pre> </blockquote> <h2>General data functions</h2> <blockquote> <pre> <a href="class.html">class()</a> <a href="size.html">size()</a> <a href="toerr.html">toerr()</a> <a href="tofloat.html">tofloat()</a> <a href="toint.html">toint()</a> <a href="toliteral.html">toliteral()</a> <a href="toobjnum.html">toobjnum()</a> <a href="tostr.html">tostr()</a> <a href="tosym.html">tosym()</a> <a href="type.html">type()</a> <a href="valid.html">valid()</a> </pre> </blockquote> <h2>Buffer functions</h2> <blockquote> <pre> <a href="buflen.html">buflen()</a> <a href="bufgraft.html">bufgraft()</a> <a href="buf_replace.html">buf_replace()</a> <a href="buf_to_str.html">buf_to_str()</a> <a href="buf_to_strings.html">buf_to_strings()</a> <a href="str_to_buf.html">str_to_buf()</a> <a href="strings_to_buf.html">strings_to_buf()</a> <a href="subbuf.html">subbuf()</a> </pre> </blockquote> <h2>Dictionary functions</h2> <blockquote> <pre> <a href="dict_add.html">dict_add()</a> <a href="dict_contains.html">dict_contains()</a> <a href="dict_del.html">dict_del()</a> <a href="dict_keys.html">dict_keys()</a> </pre> </blockquote> <h2>Integer functions</h2> <blockquote> <pre> <a href="abs.html">abs()</a> <a href="max.html">max()</a> <a href="min.html">min()</a> <a href="random.html">random()</a> </pre> </blockquote> <h2>List functions</h2> <blockquote> <pre> <a href="delete.html">delete()</a> <a href="insert.html">insert()</a> <a href="listlen.html">listlen()</a> <a href="listgraft.html">listgraft()</a> <a href="replace.html">replace()</a> <a href="setadd.html">setadd()</a> <a href="setremove.html">setremove()</a> <a href="sublist.html">sublist()</a> <a href="union.html">union()</a> </pre> </blockquote> <h2>String functions</h2> <blockquote> <pre> <a href="strlen.html">strlen()</a> <a href="strgraft.html">strgraft()</a> <a href="substr.html">substr()</a> <a href="explode.html">explode()</a> <a href="pad.html">pad()</a> <a href="match_begin.html">match_begin()</a> <a href="match_pattern.html">match_pattern()</a> <a href="match_regexp.html">match_regexp()</a> <a href="match_template.html">match_template()</a> <a href="strsub.html">strsub()</a> <a href="crypt.html">crypt()</a> <a href="uppercase.html">uppercase()</a> <a href="lowercase.html">lowercase()</a> <a href="strcmp.html">strcmp()</a> <a href="strfmt.html">strfmt()</a> </blockquote> </pre> <hr size=4><p align=center><i>Last Modified on Jan 25 1996</i> <br><i>Copyright © 1995, 1996, Brandon Gillespie</i> </body>