Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Fetch
Message
From
28/09/2004 09:08:28
Hilmar Zonneveld
Independent Consultant
Cochabamba, Bolivia
 
 
To
28/09/2004 06:46:27
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Re: Fetch
Miscellaneous
Thread ID:
00946550
Message ID:
00946630
Views:
12
>hi,
>maybe my qustion not correct
>my filed is a numeric,as 22,33,1....
>i mean ,i want to see if i have any character at myfeild as "asdf"...
>
>thanks.

If the field is of type character, you can convert with val().

For example, if your character field is called Field1, you can add a numeric field called Field2 (see ALTER TABLE ... ADD COLUMN), and then:
replace all Field2 with val(Field1)
If you are not sure whether Field1 is of type Numeric, use the type() function.
Difference in opinions hath cost many millions of lives: for instance, whether flesh be bread, or bread be flesh; whether whistling be a vice or a virtue; whether it be better to kiss a post, or throw it into the fire... (from Gulliver's Travels)
Previous
Reply
Map
View

Click here to load this message in the networking platform