[Gambas-user] Gambas Doc
CD
claude.dessere at orange.fr
Fri Jun 1 13:50:01 CEST 2018
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 !
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.gambas-basic.org/pipermail/user/attachments/20180601/5a809ccc/attachment.html>
More information about the User
mailing list