Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
SubStr() In VisualFoxPro
Message
From
15/06/2000 07:41:07
 
General information
Forum:
Visual Basic
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00379915
Message ID:
00380652
Views:
16
be carefull with values from a database, it is better to use the mid() function instead of mid$().

mid(NULL, x, y) returns a NULL value (a variant can hold a NULL value).
mid$(NULL, x, y) results in an error (invalid use of NULL).
============================================================
'C' is shorthand for Confusion, 'C++' much more confusion...
Previous
Reply
Map
View

Click here to load this message in the networking platform