Dear All,
is there a way to Override the LEFT() function in Clarion?
my problem that I used it in so many applications with noticing its behavior with spaces as I used it like any other language to extract the a number of characters from the beginning of a string regardless that there could be spaces in the beginning of the string.
now I have to go through all my applications and replace it with sub(string,1,n) unless there is a way to override it.
any help will be so appreciated.
thanks
is there a way to Override the LEFT() function in Clarion?
my problem that I used it in so many applications with noticing its behavior with spaces as I used it like any other language to extract the a number of characters from the beginning of a string regardless that there could be spaces in the beginning of the string.
now I have to go through all my applications and replace it with sub(string,1,n) unless there is a way to override it.
any help will be so appreciated.
thanks