home *** CD-ROM | disk | FTP | other *** search
/ Archive Magazine CD 1995 / Archive Magazine CD 1995.iso / discs / pipeline / pipedream / Documents / Functions / Misc < prev    next >
Encoding:
Text File  |  1991-11-28  |  1.9 KB  |  127 lines

  1. %OP%VS4.025 (28-Nov-91), Colton Software, R9200 7500 3900 8299 
  2. %OP%DP4
  3. %OP%LP*
  4. %OP%TM4
  5. %OP%BM4
  6. %OP%LM5
  7. %OP%FX
  8. %OP%FY
  9. %OP%FS
  10. %OP%NDvariable,C16
  11. %OP%NDname,"James"
  12. %OP%WC20,1750,380,1008,6,11,6,0
  13. %CO:A,11,100%%C%%H1%Miscellaneous Functions Examples
  14.  
  15. User :
  16. %V%%R%name
  17.  
  18. %C%Function
  19. Alert
  20. Col
  21. Cols
  22. Deref
  23. If
  24. Input
  25. Round
  26. Row
  27. Rows
  28. Set_Name
  29. Set_Value
  30. Type
  31. Version
  32. %CO:B,10,16%
  33.  
  34.  
  35.  
  36.  
  37. %C%Input 1
  38. %R%Text
  39. %R%C3
  40. %R%b4g5
  41. %R%slot ref
  42. %R%c12=2
  43. %R%Text
  44. %V%%R%456.3566
  45. %R%C3
  46. %R%a6d10
  47. %R%variable
  48. %V%%R%4
  49. %R%text
  50. %C%-
  51. %CO:C,9,13%
  52.  
  53.  
  54.  
  55.  
  56. %C%Input 2
  57. %R%Button 1
  58. %C%-
  59. %C%-
  60. %C%-
  61. %C%True
  62. %R%variable
  63. %V%%R%2
  64. %C%-
  65. %C%-
  66. %V%%R%-1
  67. %V%%R%2+2
  68. %V%%R%2
  69. %C%-
  70. %CO:D,9,62%
  71.  
  72.  
  73.  
  74.  
  75. %C%Input 3
  76. %R%Button 2
  77. %C%-
  78. %C%-
  79. %C%-
  80. %C%False
  81. %R%Button
  82. %C%-
  83. %C%-
  84. %C%-
  85. %C%-
  86. %C%-
  87. %V%%R%{1,2;3,4}
  88. %C%-
  89. %CO:E,10,0%
  90.  
  91.  
  92.  
  93.  
  94. %C%Output
  95. %V%%R%alert("This is an ALERT example.","OK","Cancel")
  96. %V%%R%col(C5)
  97. %V%%R%cols(B6G8)
  98. %V%%R%deref(B10)
  99. %V%%R%if(C13=2,"True","False")
  100. %V%%R%input("What is your name ?","name","OK")
  101. %V%%R%round(B13,C13)
  102. %V%%R%row(C5)
  103. %V%%R%rows(A9D14)
  104. %V%%R%set_name(B16,C16)
  105. %V%%R%set_value(B17,C17)
  106. %V%%R%type(deref(D18))
  107. %V%%R%version
  108. %CO:F,4,0%%CO:G,56,61%
  109.  
  110.  
  111.  
  112.  
  113. Summary
  114. Opens a window containing some text and up to two buttons.
  115. Returns the column number (A=1), of %H4%Input1%H4% or  current column if absent.
  116. Returns the number of columns in the range specified.
  117. Dereferences a slot reference - see Type.
  118. If %H4%Input1%H4% condition is true, %H4%Input2%H4% returned otherwise %H4%Input3%H4%.
  119. Opens a window with a writeable icon and up to two buttons.
  120. Rounds %H4%Input1%H4% to %H4%Input2%H4% decimal places. %H4%Input2%H4% may be negative.
  121. Returns the row number of %H4%Input1%H4% or the current column if absent.
  122. Returns the number of rows in the range specified.
  123. Defines a variable and assigns a value to it.
  124. Sets the contents of a specific slot to a given value.
  125. Returns the type of a specific slot.
  126. Returns the version of PipeDream being used.
  127.