home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 January / Pcwk0198.iso / Wtestowe / Microgfx / FCTRIALL / ABC.Z / scrptgen.dll / string.txt next >
Encoding:
Text File  |  1996-12-16  |  1.4 KB  |  40 lines

  1. 2    ' Warning: Modifications to this code will not be reflected   
  2. \n'  in the Shape Action Wizard.  If you modify this code and then 
  3. \n' reuse the Shape Action Wizard, your changes will be lost. 
  4. \n
  5. 5    Visual Basic ABC Script Generator
  6. 6        ' TODO: Add your code here
  7. \n
  8. 7        ' Set up Dialog Appearance
  9. \n
  10. 8        ' Setup Datafields for entry/display
  11. \n
  12. 9        ' Setup Path buttons
  13. \n
  14. 10        ' Show Shape Dialog
  15. \n
  16. 11        ' Accumulate the data for this object into the current entity
  17. \n
  18. 12        ' Always select this path
  19. \n
  20. 13        ' Select a path based on the these conditions
  21. \n
  22. 14        ' Select a random path
  23. \n
  24. 15        ' Select a random path based on a distribution described by the paths' %1 values
  25. \n
  26. 16        ' Set up AvailablePaths for path based selection
  27. \n
  28. 17        ' Select all paths with the largest %1 value
  29. \n
  30. 18        ' Select all paths with the smallest %1 value
  31. \n
  32. 19        ' Select all paths whose %1 value is equal to %2
  33. \n
  34. 20        ' Select all paths whose %1 value is less to %2
  35. \n
  36. 21        ' Select all paths whose %1 value is greater than %2
  37. \n
  38. 22    Add
  39. 23    Subtract
  40. 24    Multiply
  41. 25    Integer Divide
  42. 26    Floating Point Divide
  43. 27    Modulus
  44. 28    Power
  45. 29    Absolute Value
  46. 30    Integer
  47. 31    Log
  48. 32    Exp
  49. 33    Random
  50. 34    Sign
  51. 35    Square Root
  52. 36    Arctangent
  53. 37    Cosine
  54. 38    Sine
  55. 39    Tangent
  56. 40        ' Select all paths whose %1 value less than or equal to %2
  57. \n
  58. 41        ' Select all paths whose %1 value is greater than equal to %2
  59. \n
  60. 42        ' Select all paths whose %1 value is not equal to %2
  61. \n
  62.