|
SaveShape | ||
SaveShape Filename$, ShapeIndex | ||
Parameters: Filename$ = The Filename of the shape you wish to save ShapeIndex = The Index of the shape |
||
Returns: NONE | ||
SaveShape saves an shape playbasics memory to disc. You must provide this command with the full folder path and filename of the shape you wish to save, as well as the shapes index. FACTS: * Load + Save Shape are part of the Shape extension Library. In order to use them, make sure you include the shape extension library at the top of your program if you need them. Eg. #include "Shape" Mini Tutorial: This example creates a convex shape, saves it disc and the reloads it using the Load and save shape commands
This example would output.
|
Related Info: | CopyShape | CreateConvexShape | CreateShape | LoadShape | NewConvexShape | NewShape : |
|
|||||||||||||||||||||||||||||||||||||||
(c) Copyright 2002 - 2024 - Kevin Picone - PlayBASIC.com |