Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Memory Variables
Message
From
23/07/2002 11:36:51
Todd Brown
Teachers Credit Union
Granger, Indiana, United States
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Memory Variables
Miscellaneous
Thread ID:
00681708
Message ID:
00681708
Views:
41
Is there a function that will tell me what field type a memory variable is? I have an activeX control getting information from a spreadsheet and the field type is either character or numeric. I need to know what type it is.

Here is the line that captures the data

Tmp = oXL.ActiveSheet.Cells(TmpSVRow,1).VALUE

I am doing an IF statement and I need it to be a character field. Here is the if statement beginning. I have few lines that are numeric.

IF ALLTRIM(Tmp) = "Runoff Balance Book"

Thanks for your help
Todd
Next
Reply
Map
View

Click here to load this message in the networking platform