I have a need to read a large ascii file in reverse order, that is to find EOF then read the last line, then the penultimate line and so on. Under normal circumstances, I would use a 'PREVIOUS' command, but of course this is not available for ASCII files.
A brute force approach is to find the...
Anyone got any neat way of exporting/importing a CSV format into/out of a memo field?
I've done it, but not very elegant. The problem is that memo fields may contain CR/LF (<13,10>) combinations that. The only way I can figure is to parse through the memo field converting the CR/LF Combo to a...
I have a need to display the number of charchters in a string when a user is enetreing text. Am looking for a way to display the length of the string as each charachter is typed in.
Am sure it must be in an embed somwhere, possibly with an API call perhaps?
Any Ideas how to do this please?
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.