data  
| Vars | |
| block_size | How much text can be stored per GQ, in characters | 
|---|---|
| do_not_edit | Whether the user will be reminded that the file probably shouldn't be edited. | 
| stored_data | Stored data in string format. Do not modify directly. Changes to file should be made through OS functions. | 
| Procs | |
| calculate_size | Calculates file size from amount of characters in saved string | 
Var Details
block_size 
How much text can be stored per GQ, in characters
do_not_edit 
Whether the user will be reminded that the file probably shouldn't be edited.
stored_data 
Stored data in string format. Do not modify directly. Changes to file should be made through OS functions.
Proc Details
calculate_size
Calculates file size from amount of characters in saved string