Subject: | Re: constantNameToValue for user-defined constants?
| Date: | Wed, 27 Jul 2022 07:46:54 -0500
| From: | Mark Bannister <markRemove@THISinjection-moldings.com>
| Newsgroups: | pnews.paradox-programming
|
On 7/27/2022 6:54 AM, Thies Grimm wrote:
> 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
>
>
>
>
>
>
Don't think so. Only way would be to use a dynamic array and not a
constant.
--
Mark Bannister
|