| Name | Description |
|---|---|
| cfunc.alpha | Pick/BASIC "alpha()" functionality from C. |
| cfunc.ascii | Pick/BASIC "ascii()" functionality from C. |
| cfunc.at2 | Pick/BASIC "@(x,y)" functionality from C. |
| cfunc.ati | Pick/BASIC "@(x)" functionality from C. |
| cfunc.break | Pick/BASIC "break" functionality from C. |
| cfunc.build_msg | Queues up arguments for _CP_out_msg. |
| cfunc.call | Pick/BASIC "call()" functionality from C. |
| cfunc.casing | Pick/BASIC "casing" functionality from C. |
| cfunc.cat | Pick/BASIC concatenation from C. |
| cfunc.clearfile | Pick/BASIC "clearfile" functionality from C. |
| cfunc.clearselect | Pick/BASIC "clearselect" functionality from C. |
| cfunc.close | Pick/BASIC "close" functionality from C. |
| cfunc.col1 | Pick/BASIC "col1" functionality from C. |
| cfunc.col2 | Pick/BASIC "col2" functionality from C. |
| cfunc.compare | Pick/BASIC comparison functionality from C. |
| cfunc.convert | Pick/BASIC "convert" functionality from C. |
| cfunc.count | Pick/BASIC "count()" functionality from C. |
| cfunc.crt | Pick/BASIC "crt" functionality from C. |
| cfunc.crtn | Pick/BASIC "crt" functionality from C. |
| cfunc.data | Pick/BASIC "data" functionality from C. |
| cfunc.date | Pick/BASIC "date" functionality from C. |
| cfunc.dcount | Pick/BASIC "dcount()" functionality from C. |
| cfunc.debug | FlashBASIC "debug" functionality from C. |
| cfunc.delete | Pick/BASIC "delete" functionality from C. |
| cfunc.delete_item | Pick/BASIC "delete" statement functionality from C. |
| cfunc.dtx | Pick/BASIC "dtx" functionality from C. |
| cfunc.ebcdic | Pick/BASIC "EBCDIC" functionality from C. |
| cfunc.echo | Pick/BASIC "echo" functionality from C. |
| cfunc.execute | Pick/BASIC "execute" functionality from C. |
| cfunc.extract | Pick/BASIC "extract" functionality from C. |
| cfunc.field | Pick/BASIC "field()" functionality from C. |
| cfunc.field_store | Pick/BASIC "field store" functionality from C. |
| cfunc.filelock | Pick/BASIC "filelock" functionality from C. |
| cfunc.fileunlock | Pick/BASIC "fileunlock" functionality from C. |
| cfunc.fold | Pick/BASIC "fold" functionality from C. |
| cfunc.footing | Pick/BASIC "footing" functionality from C. |
| cfunc.get | Pick/BASIC "get" functionality from C. |
| cfunc.heading | Pick/BASIC "heading" functionality from C. |
| cfunc.iconv | Pick/BASIC "iconv()" functionality from C. |
| cfunc.in | Pick/BASIC "in" functionality from C. |
| cfunc.index | Pick/BASIC "index" functionality from C. |
| cfunc.input | Pick/BASIC "input" functionality from C. |
| cfunc.insert | Pick/BASIC "insert" functionality from C. |
| cfunc.integration | |
| cfunc.interrupt | _CP_interrupt is a C integer containing the same information returned by the Pick/BASIC function "system(37)". |
| cfunc.introduction | Overview |
| cfunc.is | integer to string conversion |
| cfunc.key | Pick/BASIC "key" functionality from C. |
| cfunc.load | Pre-load a FlashBASIC subroutine. |
| cfunc.locate | Pick/BASIC "locate" functionality from C. |
| cfunc.lock | Pick/BASIC "lock" functionality from C. |
| cfunc.logon | Pick/BASIC "match" functionality from C. |
| cfunc.match | Pick/BASIC "match" functionality from C. |
| cfunc.mkstr | Create a CPSTR* from a c string |
| cfunc.mkstrl | Create a CPSTR* from a c string |
| cfunc.num | Pick/BASIC "num" functionality from C. |
| cfunc.occurs | Pick/BASIC "occurs" functionality from C. |
| cfunc.oconv | Pick/BASIC "oconv()" functionality from C. |
| cfunc.open | Pick/BASIC "open" functionality from C. |
| cfunc.out | Pick/BASIC "out" functionality from C. |
| cfunc.out_msg | Outputs an error message. |
| cfunc.ovly_subs | Pick/BASIC "overlay substring" functionality from C. |
| cfunc.page | Pick/BASIC "page" functionality from C. |
| cfunc.page_n | Pick/BASIC "page" functionality from C. |
| cfunc.pick_break | Set the break to the Pick default. |
| cfunc.pick_env | Set the terminal to Pick mode. |
| cfunc.precision | Pick/BASIC "precision" functionality from C. |
| cfunc.print | Pick/BASIC "print" functionality from C. |
| cfunc.printer | Pick/BASIC "printer" functionality from C. |
| cfunc.printn | Pick/BASIC "print" functionality from C. |
| cfunc.print_on | Pick/BASIC "print on" functionality from C. |
| cfunc.prompt | Pick/BASIC "prompt" functionality from C. |
| cfunc.read | Pick/BASIC "read" functionality from C. |
| cfunc.readnext | Pick/BASIC "readnext" functionality from C. |
| cfunc.readt | Pick/BASIC "readt" functionality from C. |
| cfunc.readv | Pick/BASIC "readv" functionality from C. |
| cfunc.release | Pick/BASIC "release" statement functionality from C. |
| cfunc.release_all | Pick/BASIC "release" statement functionality from C. |
| cfunc.replace | Pick/BASIC "replace" functionality from C. |
| cfunc.replace_bridge | Pick/BASIC "replace" statement functionality from C. |
| cfunc.rewind | Pick/BASIC "rewind" functionality from C. |
| cfunc.root | Pick/BASIC "root" functionality from C. |
| cfunc.rs | real to string conversion |
| cfunc.saddr | Return a pointer to the first character of a CPSTR* |
| cfunc.select | Pick/BASIC "select" functionality from C. |
| cfunc.send | Pick/BASIC "send" functionality from C. |
| cfunc.si | converts a CPSTR into an integer. |
| cfunc.sleep | Pick/BASIC "sleep" functionality from C. |
| cfunc.slen | Return the length of a CPSTR. |
| cfunc.sort | Pick/BASIC "sort" functionality from C. |
| cfunc.soundex | Pick/BASIC "soundex" functionality from C. |
| cfunc.space | Pick/BASIC "space" functionality from C. |
| cfunc.sr | converts a CPSTR into a double float number. |
| cfunc.str | Pick/BASIC "str" functionality from C. |
| cfunc.str0 | A static, CPSTR* containing "0". |
| cfunc.str_alloc | Allocate a CPSTR |
| cfunc.str_copy | makes a copy of a CPSTR |
| cfunc.str_free | Release a CPSTR* to the string pool. |
| cfunc.str_null | A static, blank CPSTR*. |
| cfunc.str_realloc | Resizes a CPSTR structure |
| cfunc.substr | Pick/BASIC "substring extract" functionality from C. |
| cfunc.sum | Pick/BASIC "sum" functionality from C. |
| cfunc.system | Pick/BASIC "system" functionality from C. |
| cfunc.term | Null-terminate a CPSTR* |
| cfunc.time | Pick/BASIC "time" functionality from C. |
| cfunc.timedate | Pick/BASIC "timedate" functionality from C. |
| cfunc.trans | Pick/BASIC transaction processing functionality from C. |
| cfunc.trim | Pick/BASIC "trim" functionality from C. |
| cfunc.unix_break | Set the break to the Unix default. |
| cfunc.unix_env | Set the terminal to Unix mode. |
| cfunc.unlock | Pick/BASIC "unlock" functionality from C. |
| cfunc.unlock_all | Pick/BASIC "unlock" functionality from C. |
| cfunc.weof | Pick/BASIC "weof" functionality from C. |
| cfunc.write | Pick/BASIC "write" functionality from C. |
| cfunc.writet | Pick/BASIC "writet" functionality from C. |
| cfunc.writev | Pick/BASIC "writev" functionality from C. |
| cfunc.xtd | Pick/BASIC "xtd" functionality from C. |
| cpstr | String structure for accessing Pick from C. |
| cpstr* | A pointer to a CPSTR structure |
| cstring | A standard string in the C language |
