No... again. My initial mail was correct. It should be:
strinchar = Mid(strinchar, 1, (InStr(strinchar, ")", -1) - 1))

But the IDE makes highlighting bug with the brackets.


Jussi

On Sat, Jul 29, 2017 at 3:33 AM, Jussi Lahtinen <jussi.lahti...@gmail.com>
wrote:

> Hmmm... sorry, no mistake... I will look closer.
>
>
> Jussi
>
> On Sat, Jul 29, 2017 at 3:33 AM, Jussi Lahtinen <jussi.lahti...@gmail.com>
> wrote:
>
>> Because the line makes no sense at all. Try to remove ")".
>>
>>
>> Jussi
>>
>> On Fri, Jul 28, 2017 at 11:55 PM, PICCORO McKAY Lenz <
>> mckaygerh...@gmail.com> wrote:
>>
>>> in the following code:
>>>
>>>     strinchar = Mid(strinchar, 1, InStr(strinchar, ")", -1) - 1)
>>>
>>> IDE said error invalid argument, but if i do:
>>>
>>>     psotionlen = InStr(strinchar, ")", -1) - 1
>>>      strinchar = Mid(strinchar, 1, psotionlen)
>>>
>>> works, why?
>>>
>>> i wnat to remove the last occurence of a char but bybass some possible
>>> spaces/chars at the end of string
>>>
>>> Lenz McKAY Gerardo (PICCORO)
>>> http://qgqlochekone.blogspot.com
>>> ------------------------------------------------------------
>>> ------------------
>>> Check out the vibrant tech community on one of the world's most
>>> engaging tech sites, Slashdot.org! http://sdm.link/slashdot
>>> _______________________________________________
>>> Gambas-user mailing list
>>> Gambas-user@lists.sourceforge.net
>>> https://lists.sourceforge.net/lists/listinfo/gambas-user
>>>
>>
>>
>
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to