Difference between revisions of "83Plus:BCALLs:4FDB"
From WikiTI
Thepenguin77 (Talk | contribs) (fixed inputs) |
|||
Line 5: | Line 5: | ||
'''BCALL Address:''' 4FDB | '''BCALL Address:''' 4FDB | ||
− | Archives | + | Archives any variable. |
=== Inputs === | === Inputs === | ||
− | * [[83Plus: | + | * Use outputs of [[83Plus:BCALLs:42F1|ChkFindSym]] |
=== Outputs === | === Outputs === | ||
Line 17: | Line 17: | ||
== Comments == | == Comments == | ||
− | This is a subroutine of [[83Plus:BCALLs:4FD8|Arc_Unarc]]. | + | * This is a subroutine of [[83Plus:BCALLs:4FD8|Arc_Unarc]]. |
+ | * No checks on variable type are done which means this can be used to create groups. |
Latest revision as of 13:41, 6 July 2010
Synopsis
Unofficial Name: ArchiveVar
BCALL Address: 4FDB
Archives any variable.
Inputs
- Use outputs of ChkFindSym
Outputs
- None
Destroys
All
Comments
- This is a subroutine of Arc_Unarc.
- No checks on variable type are done which means this can be used to create groups.