home *** CD-ROM | disk | FTP | other *** search
- %OP%VS4.025 (28-Nov-91), Colton Software, R9200 7500 3900 8299
- %OP%DP4
- %OP%LP*
- %OP%TM4
- %OP%BM4
- %OP%LM5
- %OP%FX
- %OP%FY
- %OP%FS
- %OP%NDvariable,C16
- %OP%NDname,"James"
- %OP%WC20,1750,380,1008,6,11,6,0
- %CO:A,11,100%%C%%H1%Miscellaneous Functions Examples
-
- User :
- %V%%R%name
-
- %C%Function
- Alert
- Col
- Cols
- Deref
- If
- Input
- Round
- Row
- Rows
- Set_Name
- Set_Value
- Type
- Version
- %CO:B,10,16%
-
-
-
-
- %C%Input 1
- %R%Text
- %R%C3
- %R%b4g5
- %R%slot ref
- %R%c12=2
- %R%Text
- %V%%R%456.3566
- %R%C3
- %R%a6d10
- %R%variable
- %V%%R%4
- %R%text
- %C%-
- %CO:C,9,13%
-
-
-
-
- %C%Input 2
- %R%Button 1
- %C%-
- %C%-
- %C%-
- %C%True
- %R%variable
- %V%%R%2
- %C%-
- %C%-
- %V%%R%-1
- %V%%R%2+2
- %V%%R%2
- %C%-
- %CO:D,9,62%
-
-
-
-
- %C%Input 3
- %R%Button 2
- %C%-
- %C%-
- %C%-
- %C%False
- %R%Button
- %C%-
- %C%-
- %C%-
- %C%-
- %C%-
- %V%%R%{1,2;3,4}
- %C%-
- %CO:E,10,0%
-
-
-
-
- %C%Output
- %V%%R%alert("This is an ALERT example.","OK","Cancel")
- %V%%R%col(C5)
- %V%%R%cols(B6G8)
- %V%%R%deref(B10)
- %V%%R%if(C13=2,"True","False")
- %V%%R%input("What is your name ?","name","OK")
- %V%%R%round(B13,C13)
- %V%%R%row(C5)
- %V%%R%rows(A9D14)
- %V%%R%set_name(B16,C16)
- %V%%R%set_value(B17,C17)
- %V%%R%type(deref(D18))
- %V%%R%version
- %CO:F,4,0%%CO:G,56,61%
-
-
-
-
- Summary
- Opens a window containing some text and up to two buttons.
- Returns the column number (A=1), of %H4%Input1%H4% or current column if absent.
- Returns the number of columns in the range specified.
- Dereferences a slot reference - see Type.
- If %H4%Input1%H4% condition is true, %H4%Input2%H4% returned otherwise %H4%Input3%H4%.
- Opens a window with a writeable icon and up to two buttons.
- Rounds %H4%Input1%H4% to %H4%Input2%H4% decimal places. %H4%Input2%H4% may be negative.
- Returns the row number of %H4%Input1%H4% or the current column if absent.
- Returns the number of rows in the range specified.
- Defines a variable and assigns a value to it.
- Sets the contents of a specific slot to a given value.
- Returns the type of a specific slot.
- Returns the version of PipeDream being used.
-