Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Referencing a variable
Message
From
26/10/2001 09:29:48
Alexandre Palma
Harms Software, Inc.
Alverca, Portugal
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00573603
Message ID:
00573604
Views:
21
This message has been marked as a message which has helped to the initial question of the thread.
Hi debra do the following if
if type(lctemp) <> 'N'

>I am having trouble with an application. I am populating a variable lcReprTable with the result of a choice from a list box (lcNetworkName)
>
>lcReprTable = 'Repr' + alltrim(lcNetworkName)
>
>This is referencing me to the table that I want to do testing with. I am using
>
>AFIELDS(laReprStructure,lcReprTable)
>
>to step through the fields of the table. I then use
>
>lcTemp = laReprStructure(lnCount,1)
>
>to grab the field name. I need to check that the data within the lcTemp field is of numeric type. Otherwise, I need to halt the application. I have tried
>
>if type('lctemp') <> 'N'
>
>but that always returns a false as lcTemp is the field name not the data within the field.
>
>Can someone help me out here? I know that this is simple but I'm just spinning my wheels here.
>
>TIA
Alexandre Palma
Senior Application Architect
Previous
Reply
Map
View

Click here to load this message in the networking platform