home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 2 / DATAFILE_PDCD2.iso / commercial / pipedream / documents / functions / misc < prev    next >
Text File  |  1992-01-08  |  2KB  |  139 lines

  1. %OP%VS4.12 Test (Dec 12 1991), Colton Software - Development, R0123 4567 8901 2345
  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%WC20,1910,220,1008,0,0,0,0
  11. %OP%NDvariable,C18
  12. %OP%NDname,"Dogbreath"
  13. %CO:A,11,100%
  14. %C%%H1%Miscellaneous Functions Examples
  15.  
  16. User :
  17. %V%%R%name
  18.  
  19. Function
  20.  
  21. Alert
  22. Col
  23. Cols
  24. Deref
  25. If
  26. Input
  27. Round
  28. Row
  29. Rows
  30. Set_Name
  31. Set_Value
  32. Type
  33. Version
  34. %CO:B,10,0%
  35.  
  36.  
  37.  
  38.  
  39.  
  40. %R%Input 1
  41.  
  42. %R%Text
  43. %R%C6
  44. %R%B7G10
  45. %R%slot ref
  46. %R%C15=2
  47. %R%Text
  48. %V%%R%456.3566
  49. %R%C6
  50. %R%A11D16
  51. %R%variable
  52. %V%%R%4
  53. %R%text
  54. %R%-
  55. %CO:C,9,0%
  56.  
  57.  
  58.  
  59.  
  60.  
  61. %R%Input 2
  62.  
  63. %R%Button 1
  64. %R%-
  65. %R%-
  66. %R%-
  67. %R%True
  68. %R%variable
  69. %V%%R%2
  70. %R%-
  71. %R%-
  72. %V%%R%-1
  73. %V%%R%2+2
  74. %V%%R%2
  75. %R%-
  76. %CO:D,9,0%
  77.  
  78.  
  79.  
  80.  
  81.  
  82. %R%Input 3
  83.  
  84. %R%Button 2
  85. %R%-
  86. %R%-
  87. %R%-
  88. %R%False
  89. %R%Button
  90. %R%-
  91. %R%-
  92. %R%-
  93. %R%-
  94. %R%-
  95. %V%%R%{1,2;3,4}
  96. %R%-
  97. %CO:E,10,0%
  98.  
  99.  
  100.  
  101.  
  102.  
  103. %R%Output
  104.  
  105. %V%%R%alert("This is an ALERT example.","OK","Cancel")
  106. %V%%R%col(C6)
  107. %V%%R%cols(B7G10)
  108. %V%%R%deref(B12)
  109. %V%%R%if(C15=2,"True","False")
  110. %V%%R%input("What is your name ?","name","OK")
  111. %V%%R%round(B15,C15)
  112. %V%%R%row(C6)
  113. %V%%R%rows(A11D16)
  114. %V%%R%set_name(B18,C18)
  115. %V%%R%set_value(B19,C19)
  116. %V%%R%type(deref(D20))
  117. %V%%R%version
  118. %CO:F,2,0%%CO:G,74,0%
  119.  
  120.  
  121.  
  122.  
  123.  
  124. Summary
  125.  
  126. Opens a window containing some text and up to two buttons.
  127. Returns the column number (A=1) of %H4%Input1%H4% or current column if absent.
  128. Returns the number of columns in the range specified.
  129. Dereferences a slot reference - see Type.
  130. If %H4%Input1%H4% condition is true, %H4%Input2%H4% returned otherwise %H4%Input3%H4%.
  131. Opens a window with a writeable icon and up to two buttons.
  132. Rounds %H4%Input1%H4% to %H4%Input2%H4% decimal places. %H4%Input2%H4% may be negative.
  133. Returns the row number of %H4%Input1%H4% or the current column if absent.
  134. Returns the number of rows in the range specified.
  135. Defines a variable and assigns a value to it.
  136. Sets the contents of a specific slot to a given value.
  137. Returns the type of a specific slot.
  138. Returns the version of PipeDream being used.
  139.