You
can import method blocks from other method files. You can also use
this function to copy blocks within a method. In the latter case,
it is important to note that it is the saved version
of the method that will be copied, not changes that have been made
after you last saved the method.
The block is imported exactly as it appears in the source
method. If the base of the imported block is defined as SameAsMain, the block will inherit
the main base in the new method, regardless of the base in the source
method. Also, the imported block is inserted with the same breakpoint
value as the block selected for point of insertion.
|