> Le 26/01/2014 18:03, wally a ?crit :
>> Hello,
>>
>> i need to write more than 63 Bytes to an Byte[] in a structure.
>>
>> How to do this job ?
>>
>> mini example attached
>>
>>
>> thank you wally
>>
> Since revision #6110 the number of elements in the array constructor
> operator ([ ... ]) is now only limited by the maximum function size,
> which should lead to about 32000 elements, depending on what you put in
> your array.
>
> Regards,
>
> -- Beno?t Minisini

Benoit,

may you please explain what the "maximum function size" is and which 
limits to take care here.
If possible as an example.

and another maybe also silly question concerning:

http://gambasdoc.org/help/comp/gb/string/byte?v3
http://gambasdoc.org/help/comp/gb/string/pos?v3


DIM iInd AS Integer

FOR iInd = 1 TO 6
   PRINT String.Pos("Benoît", iInd); " ";
NEXT
PRINT

1 2 3 4 5 7


What does this function do ?
(I recall "POS" as find position of string inside another string)

"Returns the position of the character of index _Index_ in the string."
isn't the position of character in a string already the index ?


and problem building 6112
SVN At revision 6112.

in sudo make install

||
|| Unable to compile gb.form
||


wally















------------------------------------------------------------------------------
WatchGuard Dimension instantly turns raw network data into actionable 
security intelligence. It gives you real-time visual feedback on key
security issues and trends.  Skip the complicated setup - simply import
a virtual appliance and go from zero to informed in seconds.
http://pubads.g.doubleclick.net/gampad/clk?id=123612991&iu=/4140/ostg.clktrk
_______________________________________________
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to