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