Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
ALANGUAGE bug
Message
From
14/11/2003 10:49:33
 
 
To
14/11/2003 07:43:15
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Miscellaneous
Thread ID:
00849820
Message ID:
00849900
Views:
28
>Hi,
>
>i found this bug on ALANGUAGE() ( also on VFP7 ),
>
>TYPE() function not exists
>TYPE command not exists
>TYPEHAEAD is not a command and is on functions list
>
>FOR J=1 TO 4
>FOR k=1 TO ALANGUAGE(aFunc,M.J)
>  IF LIKE("*TYPE*",aFunc[m.k,1])
>  ? m.j,aFunc[m.k,1]
>  ENDIF
>NEXT
>NEXT
>
>
>Fabio

Actually, TYPE is in the array as a command. TYPEAHEAD is a clause for SET, so it should not appear as a function or command (same as TALK or NOTIFY). It looks like the problem is that 2 TYPEAHEAD should be 2 TYPE.

I passed this up the line on your behalf.

Thanks!
Jim Saunders
Microsoft
This posting is provided “AS IS”, with no warranties, and confers no rights.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform