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

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