dbload

by Tim C. Lueth, SG-Lib Toolbox: SolidGeometry 5.6 - Debug
Introduced first in SolidGeometry 5.2, Creation date: 2022-07-27, Last change: 2025-09-15

imports a workspace varibale into a fnct

Description

sometimes it makes sense in time consuming function to use the workspace to store variables for debugging. It also makes senso to read them in into functions during development to develop modules independently and merge them later

See Also: dbsave , dbprintf , dbreturn , dbprintmode

Example Illustration

 missing image of dbload (var2base)

Syntax

dbload([var2base])

Input Parameter

var2base: string list of variables to be read in from the global workspace

Examples


A=4;
fnction test_dbload
dbload('A','B')
A
B
end
test_dbload




Copyright 2022-2025 Tim C. Lueth. All rights reserved. The code is the property of Tim C. Lueth and may not be redistributed or modified without explicit written permission. This software may be used free of charge for academic research and teaching purposes only. Commercial use, redistribution, modification, or reverse engineering is strictly prohibited. Access to source code is restricted and granted only under specific agreements. For licensing inquiries or commercial use, please contact: Tim C. Lueth

Last html export of this page out of FM database by TL: 2025-09-21