Hashmap in CADINP

Hello,

Does CADINP have the ability to create and read from hashmaps? I’m looking for something like dictionary in python. Creating and calling key & value pairs to use in system creation or whatnot.

Thanks

Short answer is no.

Sofistik has vectors (Let/Sto variables) and the #Define variables/blocks.

If you want something more advanced, you either create it in cadinp the hard way or you use python to generete textfiles that you include in teddy/cadinp.

1 Like

Creating files wih python is a great idea. That should do it thanks.