Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Buffer Overrun detected!
Message
General information
Forum:
Visual FoxPro
Category:
Other
Environment versions
Visual FoxPro:
VFP 9
OS:
Windows XP SP2
Network:
Windows 2000 Server
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01031963
Message ID:
01031992
Views:
29
>Could be because your string is greater than 255 characters. The limit appears to be around 235 characters.

Nope!

I've tried the following:
_cliptext = REPLICATE("A",235)
MODIFY FILE
Press Ctrl+V (Paste)
Press Ctrl+A (Select all)
Press Ctrl+F3 (Find)
Press Ctrl+L (Popup Find/Replace window)
* No problem 

_cliptext = REPLICATE("A",236)
MODIFY FILE
Press Ctrl+V (Paste)
Press Ctrl+A (Select all)
Press Ctrl+F3 (Find)
Press Ctrl+L (Popup Find/Replace window)
* No problem 

_cliptext = REPLICATE("A",255)
MODIFY FILE
Press Ctrl+V (Paste)
Press Ctrl+A (Select all)
Press Ctrl+F3 (Find)
Press Ctrl+L (Popup Find/Replace window)
* No problem 

_cliptext = REPLICATE("A",256)
MODIFY FILE
Press Ctrl+V (Paste)
Press Ctrl+A (Select all)
Press Ctrl+F3 (Find)
Press Ctrl+L (Popup Find/Replace window)
* No problem 

_cliptext = REPLICATE("A",300)
MODIFY FILE
Press Ctrl+V (Paste)
Press Ctrl+A (Select all)
Press Ctrl+F3 (Find)
Press Ctrl+L (Popup Find/Replace window)
* No problem 
Dawa Tsering


"Do not let any unwholesome talk come out of your mouths,
but only what is helpful for building others up according to their needs,
that it may benefit those who listen."

- Ephesians 4:29-30 NIV

Dare to Question -- Care to Answer

Time is like water in a sponge, as long as you are willing you can always squeeze some.

--Lu Xun, Father of Modern Chinese Literature

Previous
Next
Reply
Map
View

Click here to load this message in the networking platform