Re: [Gambas-user] Function to count substrings

2017-09-13 Thread Julio Sanchez
Hi Rolf: "how many times does .." Maybe this may be worth this: count=split(mystring,chr$(10)).count Regards, Julio 2017-09-13 9:18 GMT+02:00 Rolf-Werner Eilert : > Hi folks, > > Somehow I don't remember this - wasn't there a function to count the > number of

Re: [Gambas-user] Undo/Redo logic.

2017-07-18 Thread Julio Sanchez
Gianluigi: I leave you an example where you can see the use of the Command pattern to do and undo. Hope this can help you. http://jsbsan.blogspot.com.es/2013/11/patron-command-implementar-deshacer-y.html Regards Julio 2017-07-18 14:05 GMT+02:00 Gianluigi : > In

Re: [Gambas-user] Software farm difference between download and install

2017-06-26 Thread Julio Sanchez
Piccoro: When you install, you may have problems due to lack of components (for example gb.qt5) and it does not finish installing or downloading. When downloading, it does not give problems by components, only you download the source code. Regards Julio 2017-06-26 0:10 GMT+02:00 PICCORO McKAY

Re: [Gambas-user] Math Operation

2017-05-04 Thread Julio Sanchez
cheikh diabang: In addition if you are going to return several float values, you should put float[]... Function calcul_coefficients(x As Integer, y As Integer, degre As Integer) As Float[] Dim ArrayABC as new float[] . ArrayABC.add(A) ArrayABC.add(B) ArrayABC.add(C) Return

Re: [Gambas-user] Schlieszung des Gambas-Clubs

2017-04-05 Thread Julio Sanchez
Hello T. Boege: I'm sorry for what happened with the German forum. :( The Spanish-speaking community invites you to participate in the forum in Spanish: https://www.gambas-es.org/ (With google translator, we could understand ...) Regards Julio 2017-04-04 12:02 GMT+02:00 Tobias Boege

[Gambas-user] New Game: Gplanet

2017-01-10 Thread Julio Sanchez
Greetings to all I've made a little game called Gplanet, it's on the farm. I have also made several videos to explain how it is done: http://jsbsan.blogspot.com.es/2017/01/como-se-hizo-gplanet.html (in Spanish) Enjoy it Jsbsan

Re: [Gambas-user] decode json string in standard application

2016-12-10 Thread Julio Sanchez
Piccoro Mackay Lenz: "or only works with a web type application?" Desktop application example: http://jsbsan.blogspot.com.es/2015/04/gambas3-ejemplo-de-json-y-extraer-datos.html "You can use the gb.util.web component everywhere you want " You can even extract the component code, the json

Re: [Gambas-user] Documentation, 2 things

2016-10-16 Thread Julio Sanchez
Hi Dag: In his day believed the website (and still active): http://cursogambas.blogspot.com.es/p/indice.html Has multiple examples and simple projects, applied to each article. The course starts from "0" and ends in design patterns (via GUI, data structures, databases, and even examples with

Re: [Gambas-user] Gambas 3.9.1 on Launchpad?

2016-10-12 Thread Julio Sanchez
Sebastián: Thank you for your work!!! :) Regards Julio 2016-10-13 3:08 GMT+02:00 Sebastián Kulesz : > My bad! The update should be live by now. > > On Wed, Oct 12, 2016, 13:29 Christof Thalhofer > wrote: > > > Hello, > > > > Gambas 3.9.1 is released

Re: [Gambas-user] #ASK Gambas Tutorial

2016-01-12 Thread Julio Sanchez
Isro: In Spanish (but you can translate with google translator): http://cursogambas.blogspot.com.es/p/indice.html Regards Julio 2016-01-12 19:16 GMT+01:00 Moviga Technologies : > Try to Google "HowToGambas and "Gambas for beginners" > > > On Jan 12 2016, at 2:39 pm,

Re: [Gambas-user] R: Happy New Year

2016-01-03 Thread Julio Sanchez
Happy new year 2016 !!! ¡¡ Feliz año nuevo 2016!!! Regards 2016-01-02 15:39 GMT+01:00 Ru Vuott : > Thank you, happy new year. > > Grazie, buon anno ! > > vuott > > > > > Ven 1/1/16, Fabien Bodard ha scritto: >

Re: [Gambas-user] Gambas 3.5.4

2015-09-07 Thread Julio Sanchez
Nikola: Try to install the .deb package creates, and that works for me correctly (I also use gambas.3.5.4) Regards, Julio 2015-09-07 7:13 GMT+02:00 Fabien Bodard : > Yes... Upgrade > Le 7 sept. 2015 00:38, "Nikola Rogozarski" a > écrit > : > > >

[Gambas-user] SmallWiki: How can run this example?

2015-06-11 Thread Julio Sanchez
Hello!! I would like to give me the steps to run the sample web page made with gambas3 note: I have a server that can run cgi-bin Regards Julio -- ___ Gambas-user mailing

Re: [Gambas-user] SmallWiki: How can run this example?

2015-06-11 Thread Julio Sanchez
Fabien: But what would be the url of the website ? Regards Julio 2015-06-11 11:21 GMT+02:00 Fabien Bodard gambas...@gmail.com: just run it ... it will launch an internal server 2015-06-11 11:03 GMT+02:00 Julio Sanchez jusabejus...@gmail.com: Hello!! I would like to give me the steps

Re: [Gambas-user] SmallWiki: How can run this example?

2015-06-11 Thread Julio Sanchez
Ok, It seems that already works if I put the wiki folder is created (and executable) in the cgi-bin folder https://node-jsbsan.c9.io/cgi-bin/wiki.gambas Regards Julio 2015-06-11 11:50 GMT+02:00 Julio Sanchez jusabejus...@gmail.com: Fabien: But what would be the url of the website

Re: [Gambas-user] SmallWiki: How can run this example?

2015-06-11 Thread Julio Sanchez
Charlie: Ok, corrected Regards, Julio 2015-06-11 12:30 GMT+02:00 Charlie Reinl karl.re...@fen-net.de: Am Donnerstag, den 11.06.2015, 12:08 +0200 schrieb Julio Sanchez: Ok, It seems that already works if I put the wiki folder is created (and executable) in the cgi-bin folder https

Re: [Gambas-user] Json sample

2015-06-04 Thread Julio Sanchez
Hello Roel: Sample only get: http://jsbsan.blogspot.com.es/2015/04/gambas3-ejemplo-de-json-y-extraer-datos.html Regards Julio 2015-06-04 15:23 GMT+02:00 Roel Touwen r...@touwtje.info: Hi All, I'm upto building a json connection with an external provider. Has anyone a simple sample?

Re: [Gambas-user] upgrade applications in farm

2015-04-27 Thread Julio Sanchez
Benoît Minisini: ok, thanks Regards, Julio 2015-04-27 19:51 GMT+02:00 Benoît Minisini gam...@users.sourceforge.net: Le 25/04/2015 23:07, Julio Sanchez a écrit : Hello: I have uploaded several applications at the farm I have new versions of some of them, how upgrade ? Regards

[Gambas-user] upgrade applications in farm

2015-04-25 Thread Julio Sanchez
Hello: I have uploaded several applications at the farm I have new versions of some of them, how upgrade ? Regards, Julio -- One dashboard for servers and applications across Physical-Virtual-Cloud Widest

Re: [Gambas-user] Will Gambas 3.7.1 be in Launchpad?

2015-04-23 Thread Julio Sanchez
Gracias Sebantian !! 2015-04-23 7:59 GMT+02:00 Christof Thalhofer chri...@deganius.de: Am 23.04.2015 um 07:01 schrieb Sebastian Kulesz: As promised, you should be seeing the update in an hour or two! ;) Thank you, Sebastian, Great! Alles Gute Christof Thalhofer -- Dies ist keine

Re: [Gambas-user] Entry value for gambas project

2015-04-21 Thread Julio Sanchez
Bill-lancaster: One way, would pass arguments to the program from the command line. To read must use Application.Args Here's an example (in Spanish) http://cursogambas.blogspot.com.es/2012/08/escribir-paramentros-inciales-para-el.html Regards Julio 2015-04-21 9:55 GMT+02:00 bill-lancaster

Re: [Gambas-user] gambas wiki

2015-03-21 Thread Julio Sanchez
Yes, in Spain too 2015-03-21 17:52 GMT+01:00 Gian bago...@libero.it: Yes in Italy from yesterday 19 about. -- Dive into the World of Parallel Programming The Go Parallel Website, sponsored by Intel and developed

[Gambas-user] Add support for Git in version control system

2015-03-15 Thread Julio Sanchez
Petition for improvement: For the next versions of Gambas3, be interesting to add the system to Git version control of our programs in gambas3 Regards Julio -- Dive into the World of Parallel Programming The Go Parallel

Re: [Gambas-user] R: Tutorial on native component development

2015-03-06 Thread Julio Sanchez
Tobias: +1 :) If anyone else is eager to do that, I will send the LaTeX sources Yes, it would be interesting for being able to translate into other languages. Could you share it on google drive? Regards Julio 2015-03-06 9:47 GMT+01:00 Ru Vuott vu...@yahoo.it: Ru is me: Vuott. :-D bye

Re: [Gambas-user] Error when trying to access the farm

2015-02-28 Thread Julio Sanchez
=gambaswiki.org Regards Julio 2015-02-28 21:00 GMT+01:00 Benoît Minisini gam...@users.sourceforge.net: Le 28/02/2015 20:35, Julio Sanchez a écrit : Upload an application to the farm, and save the data password (check remember password on the form). Do not know if this has anything to do, but now

[Gambas-user] Error when trying to access the farm

2015-02-28 Thread Julio Sanchez
Upload an application to the farm, and save the data password (check remember password on the form). Do not know if this has anything to do, but now when I try to access the farm, gives this error: This application has raised an unexpected error and must abort. [6] Type mismatch: wanted String,

[Gambas-user] Problems trying to upload an application to Farm

2015-02-25 Thread Julio Sanchez
Hello !!! I'm trying to upload an application to the farm (I have discharged without problems), but ends up the application get this message: Unable to publish project. Incorrect version Content-type: text/plain;charset=utf-8 10 OK The source code of the application is available here:

[Gambas-user] Helptranslator: It is a tool that helps translate .po files

2015-02-20 Thread Julio Sanchez
Hello friends: I made a small tool to quickly translate .po files. You can download the visiting my blog: http://jsbsan.blogspot.com.es/2015/02/helptranslator-herramienta-para-ayudar.html I hope you find it useful. Regards Julio

Re: [Gambas-user] Watermark on text box

2015-02-11 Thread Julio Sanchez
Tobias: Guay :) 2015-02-10 22:56 GMT+01:00 Jorge Carrión sho...@gmail.com: Tobi, Great! A fine example of a exentsion of a class.. Thanks 2015-02-10 18:01 GMT+01:00 Tobias Boege tabo...@gmail.com: On Tue, 10 Feb 2015, Rolf-Werner Eilert wrote: Am 10.02.2015 14:03, schrieb Yahoo:

Re: [Gambas-user] Rpi

2015-02-03 Thread Julio Sanchez
Antonio: This is new model (Raspberry PI 2): Let’s get the good stuff out of the way above the fold. Raspberry Pi 2 is now on salefor $35 (the same price as the existing Model B+), featuring: A 900MHz quad-core ARM Cortex-A7 CPU (~6x performance) 1GB LPDDR2 SDRAM (2x memory) Complete

Re: [Gambas-user] Rpi

2015-02-03 Thread Julio Sanchez
Antonio: Very good comparative link between the two boards ... I translate into Spanish for publication in my blog. What the windows 10 is a little misleading, since it's a special version without desktop environment. Insurance that many Windows users will be a stick. Regards, Julio

Re: [Gambas-user] How to include a .so library in the .deb package?

2015-02-01 Thread Julio Sanchez
Martin: Another option to create a .deb package only for the .so library: https://ubuntulife.wordpress.com/2010/08/05/crear-un-paquete-deb-manualmente/ Regards Julio 2015-01-31 20:21 GMT+01:00 T Lee Davidson t.lee.david...@gmail.com: I haven't actually done this, so I hope someone will

Re: [Gambas-user] is there an example for generating curves

2015-01-12 Thread Julio Sanchez
rolf: Here's an example of drawing Bezier curves http://jsbsan.blogspot.com.es/2014/07/dibujando-una-curva-bezier-de-mas-de-3.html Regards, Julio 2015-01-12 14:02 GMT+01:00 Fabien Bodard gambas...@gmail.com: Better than words, this is a demo ! 2015-01-12 12:22 GMT+01:00 Fabien Bodard

Re: [Gambas-user] is there an example for generating curves

2015-01-12 Thread Julio Sanchez
Ok Fabien :) Regards, Julio 2015-01-12 22:48 GMT+01:00 Fabien Bodard gambas...@gmail.com: Hi julio : Public Struct PuntoBezier x As Float y As Float End Struct You can use PointF class for that Dim p as PointF 2015-01-12 22:21 GMT+01:00 Julio Sanchez jusabejus...@gmail.com

Re: [Gambas-user] How to print a Gambas code list

2014-12-23 Thread Julio Sanchez
Hello Martin: Here you have a small program that does (list project information, directory tree and files, list the classes, modules and forms), creating a text file (.txt) http://jsbsan.blogspot.com.es/2014/12/listar-el-codigo-fuente-de-un-proyecto.html Regards Jsbsan 2014-12-22 14:28

Re: [Gambas-user] An utility component for Gambas

2014-12-02 Thread Julio Sanchez
Benoît: New function for add: Copy Objects Code Source: http://www.gambasforge.org/code-62-copier-un-controle-ou-un-conteneur-et-ses-enfants.html Regards, Julio 2014-12-02 0:43 GMT+01:00 Sebastian Kulesz sebi...@gmail.com: It's about how should I proceed to add this new component to the

Re: [Gambas-user] An utility component for Gambas

2014-12-02 Thread Julio Sanchez
, Julio Sanchez a écrit : Benoît: New function for add: Copy Objects Code Source: http://www.gambasforge.org/code-62-copier-un-controle-ou-un-conteneur-et-ses-enfants.html Regards, Julio Alas this is not reliable at all. The state of a control is internal, copying its

Re: [Gambas-user] An utility component for Gambas

2014-12-01 Thread Julio Sanchez
Hi, Benoît: I think this function is interesting: Between Function Between(string_large as string, word_begin as string, word_end as string) as string DIM iinf AS Integer DIM isup AS Integer iinf = InStr(string_large,word_begin) + Len(word_begin) isup = InStr(string_large , word_end, iinf)

Re: [Gambas-user] An utility component for Gambas

2014-12-01 Thread Julio Sanchez
Benoît: content = Scan(text, *div*/div*) Yes, function as a simple between. But would not work with nestings Example: Dim arrayStr As String[] Dim text As String text = Hola div Bonito div gato /div negro /div ArrayStr = Scan(text, *div*/div*) Print arrayStr[1] Return: Bonito div

Re: [Gambas-user] An utility component for Gambas

2014-12-01 Thread Julio Sanchez
Benoît: Yes, my function does not :( I would like to be implemented Regards Julio 2014-12-01 20:36 GMT+01:00 Benoît Minisini gam...@users.sourceforge.net: Le 01/12/2014 19:26, Julio Sanchez a écrit : Benoît: content = Scan(text, *div*/div*) Yes, function as a simple between

[Gambas-user] spam from jusabejus...@hotmail.com

2014-11-26 Thread Julio Sanchez
Dear friends of the forum: From an old account of mine Mail (jusabejus...@hotmail.com), is being automatically sent to spam mails forum. I do not know how to avoid this. Perdenad discomfort. regards Julio -- Download

Re: [Gambas-user] pintaScreen

2014-11-23 Thread Julio Sanchez
is not in it. 2014-11-22 20:47 GMT+01:00 Julio Sanchez jusabejus...@gmail.com: Hello friends: I leave here a new application made with gambas3. This is a screen where you can add drawings, lines, arrows, images, etc to the images captured http://jsbsan.blogspot.com.es/2014/11/pintascreen-algo

[Gambas-user] pintaScreen

2014-11-22 Thread Julio Sanchez
Hello friends: I leave here a new application made with gambas3. This is a screen where you can add drawings, lines, arrows, images, etc to the images captured http://jsbsan.blogspot.com.es/2014/11/pintascreen-algo-mas-que-un-capturador.html

[Gambas-user] IA: three board game line.

2014-10-19 Thread Julio Sanchez
Board game, to play against human or human-computer. Hope you like: http://jsbsan.blogspot.com.es/2014/10/juego-tres-en-linea-ejemplo-de.html Made in gambas3.5.4, negamax algorithm with pruning Greetings Julio --

[Gambas-user] Direct assignment to arrays of inherited classes does not work

2014-09-22 Thread Julio Sanchez
Direct assignment to arrays of inherited classes does not work We have a class that inherits from the integer class [], we call SuperInteger, this is your code: Inherits Integer [] Public function higher() as integer dim itemt as integer dim ihigher as integer for each element in me ihigher =

Re: [Gambas-user] Direct assignment to arrays of inherited classes does not work

2014-09-22 Thread Julio Sanchez
Thanks Tobi, I'll try :) Regards, Julio 2014-09-22 10:46 GMT+02:00 Tobias Boege tabo...@gmail.com: On Mon, 22 Sep 2014, Julio Sanchez wrote: Direct assignment to arrays of inherited classes does not work We have a class that inherits from the integer class [], we call SuperInteger

[Gambas-user] Add configurable toolbar buttons within the IDE to assign external programs and / or executables .gambas

2014-09-16 Thread Julio Sanchez
Benoit: Request for improvement or expansion: Add configurable toolbar buttons within the IDE to assign external programs and / or executables .gambas It would be a simple and easy way to add simple facts pluggins to ide gambas Regards Julio

Re: [Gambas-user] Add configurable toolbar buttons within the IDE to assign external programs and / or executables .gambas

2014-09-16 Thread Julio Sanchez
Note: You could also add a new menu with several configurable item 2014-09-16 10:43 GMT+02:00 Julio Sanchez jusabejus...@gmail.com: Benoit: Request for improvement or expansion: Add configurable toolbar buttons within the IDE to assign external programs and / or executables .gambas

Re: [Gambas-user] Add configurable toolbar buttons within the IDE to assign external programs and / or executables .gambas

2014-09-16 Thread Julio Sanchez
Benoít: ok, I just add, I think it is the 560 issue Regards Julio 2014-09-16 10:57 GMT+02:00 Benoît Minisini gam...@users.sourceforge.net: Le 16/09/2014 10:44, Julio Sanchez a écrit : Note: You could also add a new menu with several configurable item 2014-09-16 10:43 GMT+02:00

Re: [Gambas-user] Groups in Report

2014-09-08 Thread Julio Sanchez
Roki: Hi, create a class that is able to make reports easily with the report component. You can see forum-es.org prawns (that's Spanish), but it is very easy to use. http://www.gambas-es.org/viewtopic.php?f=5t=3711highlight=generador Greetings Julio 2014-09-08 13:50 GMT+02:00 Roki

[Gambas-user] A game made ​​in 1945 gambas3

2014-09-07 Thread Julio Sanchez
A simple game done in Gambas3, unused gb.sdl library. You can download both the source code and installer deb in http://jsbsan.blogspot.com.es/2014/09/1945-the-game.html Includes a simple library made in gambas3 for use with sprites and tiled Enjoy it Julio

[Gambas-user] Add new option in the menu of the project tree: Open File Manager

2014-08-31 Thread Julio Sanchez
Request for improvement: It would be possible to add to the project tree menu, a new option to directly open the directory where this hosted the file, directory or directly to the project folder, using the file manager (Dolphin, Nautilus, PCMan File Manager, Rox-Filer). It would be very useful

Re: [Gambas-user] Add new command to: Copy directories recursively

2014-08-26 Thread Julio Sanchez
and genuinely useful, or to make a callable function in some public repository of Gambas code, so people don't need to reinvent the wheel every time they need a recursive copy. Kind regards, Caveat On 25/08/14 23:04, Tobias Boege wrote: On Mon, 25 Aug 2014, Julio Sanchez wrote: Hi, could you

Re: [Gambas-user] Feature suggestion: GAMBAS optional runtime auto-update

2014-08-25 Thread Julio Sanchez
Alexie: Does anybody has written a Gambas project, which can auto-update itself from a website (e.g. download gz/tar or git/svn) and restart itself? What I've done is a class that reads information from a web page on the internet. This website contains information about the program version and

[Gambas-user] Add new command to: Copy directories recursively

2014-08-25 Thread Julio Sanchez
Hi, could you add a new order within gambas3 to copy directories recursively. Something like this: PUBLIC http://gambaswiki.org/wiki/lang/public SUB http://gambaswiki.org/wiki/lang/sub copia_dir(path_origen AS http://gambaswiki.org/wiki/lang/as String http://gambaswiki.org/wiki/lang/type/string,

Re: [Gambas-user] how copy the screen to memory on a sdl project

2014-07-18 Thread Julio Sanchez
Jack: You can use the terminal command scrot http://www.tecmint.com/take-screenshots-in-linux-using-scrot/ Regards 2014-07-18 8:32 GMT+02:00 Jack jsc...@wanadoo.fr: Hello ! screen.copy (x, y, w, h) does not exist, then in a sdl project, how to make a copy of part of the screen. --

Re: [Gambas-user] Support for offline help

2014-07-13 Thread Julio Sanchez
Thank you very much! 2014-07-13 19:43 GMT+02:00 Benoît Minisini gam...@users.sourceforge.net: Le 13/07/2014 19:43, Benoît Minisini a écrit : Le 13/07/2014 19:41, Benoît Minisini a écrit : Hi, Since revision #6374, I added support for offline help in the IDE! How does it work?

Re: [Gambas-user] Request for the Gambas IDE: a way to query the help in an offline mode

2014-07-04 Thread Julio Sanchez
/folderview?id=0B02Ro2CNt-OOMDVBVGZsMGkzM3cusp=sharing Regards 2014-06-27 4:21 GMT+02:00 Fabián Flores Vadell fabianfloresvad...@gmail.com : +1 2014-06-24 15:16 GMT-03:00 Julio Sanchez jusabejus...@gmail.com: Request for the Gambas IDE: a way to query the help in an offline mode. Perhaps a path

[Gambas-user] Request for the Gambas IDE: a way to query the help in an offline mode

2014-06-24 Thread Julio Sanchez
Request for the Gambas IDE: a way to query the help in an offline mode. Perhaps a path where Gambas look for local web pages or better, a way to download the wikigambas website and accessing the help without internet. Regards

[Gambas-user] Example of scrollArea

2014-04-12 Thread Julio Sanchez
Hello I would like to see an example of ScrollArea, I think the IconView control is done with it. ( http://gambas.8142.n7.nabble.com/DrawArea-vs-ScrollArea-td10261.html ) I can not find the source code of this control Can you tell me where to find it? Regards Jsbsan

Re: [Gambas-user] Example of scrollArea

2014-04-12 Thread Julio Sanchez
Benoît and Tobi: Thank you very much. You can see a simple example that I've done this link: http://cursogambas.blogspot.com.es/2014/04/dibujar-en-gambas-drawingarea-y.html Regards, Jsbsan 2014-04-12 21:36 GMT+02:00 Tobias Boege tabo...@gmail.com: On Sat, 12 Apr 2014, Julio Sanchez

Re: [Gambas-user] New Gambas wiki is online!

2014-04-07 Thread Julio Sanchez
Hello: It would be interesting to add a search button so that users could search for words, and get a list of addresses where they appear For example: Search: combobox And you see the following addresses: http://gambaswiki.org/wiki/comp/gb.qt4/combobox Regards 2014-03-12 1:01 GMT+01:00

Re: [Gambas-user] How to overcome: Bytecode too recent. Please upgrade Gambas

2014-04-03 Thread Julio Sanchez
Hello Vasilis Is there any other easier way to fix the problem? Yes, Load the project (source) in Gambas 3.3.4, and compile it there again. So the executable (or the installation package) that you can use it creees. regards 2014-04-03 8:07 GMT+02:00 Vasilis Kanatas vkanata...@gmail.com: I

Re: [Gambas-user] How to fill an array of strings ?

2014-03-27 Thread Julio Sanchez
You can do it as follows: Public English as new string[] Public Sub EnglishFillArrayString()

Re: [Gambas-user] More applications for the repository

2013-09-09 Thread Julio Sanchez
Antonio: I have a password I have to supply the names and a page of documentation, Benoît gave me long ago. This afternoon I add them to the applications to the gambas repository regards 2013/9/8 Benoît Minisini gam...@users.sourceforge.net Le 08/09/2013 13:20, Antonio Sánchez a écrit :

Re: [Gambas-user] More applications for the repository

2013-09-09 Thread Julio Sanchez
http://gambasdoc.org/help/app/orles http://gambasdoc.org/help/app/multiplediplomabuilder http://gambasdoc.org/help/app/carnetgenerator 2013/9/9 Julio Sanchez jusabejus...@gmail.com Antonio: I have a password I have to supply the names and a page of documentation, Benoît gave me long ago

Re: [Gambas-user] R: How to get all string after last /

2013-08-22 Thread Julio Sanchez
In this way you can extract the file name of a given route (from the last /). What I do is a countdown until you find the character /: Public Sub extraedesdebarra(ruta As String) As String Dim a As Integer Dim letra As String Dim cadena As String For a = Len(ruta) To 1 Step -1