[Gambas-user] Line Column
Bodard Fabien
gambasfr at ...11...
Wed Sep 8 21:04:28 CEST 2004
Le mercredi 8 Septembre 2004 05:06, BUDI ARIEF GUSANDI a écrit :
> Hi...
>
> How can i know Column posistion in a line of text area ?
> Example : Line 1. I Love Gambas
> Line 2. Gambas Maskot is a Blue Shrimp
> Line 3. Go get Gambas ;)
>
> The question is letter p in 'Shrimp' of line two in which col ?
>
> Thanks.
>
> Budi
>
>
> -------------------------------------------------------
> This SF.Net email is sponsored by BEA Weblogic Workshop
> FREE Java Enterprise J2EE developer tools!
> Get your free copy of BEA WebLogic Workshop 8.1 today.
> http://ads.osdn.com/?ad_id=5047&alloc_id=10808&op=click
> _______________________________________________
> Gambas-user mailing list
> Gambas-user at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user
By the cursor position
dim pPos as String
pPOs = textarea.column
or do a instr on the line !
In fact i don't understand your query !
;)
Fabien
More information about the User
mailing list