Subject: | constantNameToValue for user-defined constants?
| Date: | 27 Jul 2022 07:54:58 -0400
| From: | "Thies Grimm" <thies.grimm@t-online.de>
| Newsgroups: | pnews.paradox-programming
|
hi,
is there a simular function like constantNameToValue for user-defined cunstants?
if I want to know the value of fbTable and I have fbTable just as string
I might do:
myValue = constantNameToValue(stTable)
Is there a simular function for my own constants?
const
fbOffice = 128
endConst
|