User Guide
Chapters
Table of Contents
Built In Variable List
Error Returns

Built-in Functions


The built-in functions are listed below in two lists:

  1. by catagory, and
  2. sorted alphabetically

Built-in Functions by Catagory

  1. Arithmetic Functions
    1. acos(x)
    2. asin(x)
    3. atan2(y,x)
    4. cos(x)
    5. *cosh(x)
    6. exp(x)
    7. *fract(x)
    8. int(x)
    9. log(x)
    10. *log10(x)
    11. *pi()
    12. rand()
    13. sin(x)
    14. sinh(x)
    15. sqrt(x)
    16. srand
  2. String Functions
    1. *center
    2. *copies(s,n)
    3. *deletec(s,p,n)
    4. *gensub
    5. gsub
    6. index(s1,s2)
    7. *insert(s1,s2,p)
    8. length
    9. match(s,r)
    10. *overlay(s1,s2,p)
    11. *remove(s,c)
    12. *replace(s)
    13. split
    14. *srange(c1,c2)
    15. *srev(s)
    16. *stran
    17. *strim
    18. *strlwr(s)
    19. *strupr(s)
    20. sub
    21. substr
  3. File Functions

    Input:

    1. getline
    2. fgetline
    3. srchrecord
    4. fsrchrecord
    5. getc
    6. fgetc

    Output:

    1. print
    2. fprint
    3. printf
    4. fprintf
    5. putc
    6. fputc
    7. sprintf

    Miscellaneous:

    1. append
    2. close
    3. get_FNR
    4. findfile
    5. fflush
    6. load_module
    7. unload_module
  4. Date and Time Functions
    1. _time
    2. _ftime
    3. jdn
  5. Miscellaneous Functions
    1. e_type(expr)
    2. execute
    3. rotate
    4. system
    5. pd_sym
    6. ud_sym
    7. resetre
    8. setlocale

Built-in Functions Alphabetically

  1. acos(x)
  2. append
  3. asin(x)
  4. atan2(y,x)
  5. *center
  6. close
  7. *copies(s,n)
  8. cos(x)
  9. *cosh(x)
  10. *deletec(s,p,n)
  11. e_type(expr)
  12. execute
  13. exp(x)
  14. fflush
  15. fgetc
  16. fgetline
  17. findfile
  18. fprintf
  19. fprint
  20. fputc
  21. *fract(x)
  22. fsrchrecord
  23. _ftime
  24. *gensub
  25. getc
  26. get_FNR
  27. getline
  28. gsub
  29. index(s1,s2)
  30. *insert(s1,s2,p)
  31. int(x)
  32. jdn
  33. *justify
  34. length
  35. load_module
  36. *log10(x)
  37. log(x)
  38. match(s,r)
  39. *overlay(s1,s2,p)
  40. pd_sym
  41. *pi()
  42. printf
  43. print
  44. putc
  45. rand()
  46. *remove(s,c)
  47. *replace(s)
  48. resetre
  49. rotate
  50. setlocale
  51. sinh(x)
  52. sin(x)
  53. split
  54. sprintf
  55. sqrt(x)
  56. srand
  57. *srange(c1,c2)
  58. srchrecord
  59. *srev(s)
  60. *stran
  61. *strim
  62. *strlwr(s)
  63. *strupr(s)
  64. substr
  65. sub
  66. system
  67. _time
  68. ud_sym
  69. unload_module

TOP
User Guide
Chapters
Table of Contents
Built In Variable List
Error Returns