[Gambas-user] Gambas Doc

PICCORO McKAY Lenz mckaygerhard at gmail.com
Fri Jun 1 14:05:11 CEST 2018


mode its explained here: http://gambaswiki.org/wiki/cat/constant#t4

Since 3.4
*Comparison* can be one of the following value:

   -

   gb.Binary <http://gambaswiki.org/wiki/comp/gb/gb/binary> for a binary
   comparison (the default). That includes case-sensitive and length not based
   on strings
   -

   gb.IgnoreCase <http://gambaswiki.org/wiki/comp/gb/gb/ignorecase> for a
   case-insensitive comparison.


Lenz McKAY Gerardo (PICCORO)
http://qgqlochekone.blogspot.com

2018-06-01 7:50 GMT-04:00 CD <claude.dessere at orange.fr>:

> Hello,
> I look for explanation about the "Mode" parameter of for example the
> XmlDocument.GetElementsByTagName (gb.xml)
> Function GetElementsByTagName ( TagName As String [ , Mode As Integer,
> Depth As Integer ] ) As XmlElement[]
> or the
> XmlElement.GetAttribute (gb.xml)
> Function GetAttribute ( Name As String [ , Mode As Integer ] ) As String
>
> I do not find any explanation about, is it a case sensitive argument :
> gb.Binary or gb.IgnoreCase
> or something else ?
> also for the method :
> XmlElement.AppendFromText (gb.xml)
> Sub AppendFromText ( Data As String, Arguments As , ... )
> no comment in the documentation about
> "Arguments As " and about " ..."
> thank you in advance for your replies !
>
>
>
> ----[ Gambas mailing-list is hosted by https://www.hostsharing.net ]----
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.gambas-basic.org/pipermail/user/attachments/20180601/7e1a0e03/attachment.html>


More information about the User mailing list