Add$/Remove$ feature

Please add any feature requests for Flowcode version 6 here

Moderator: Benj

Forum rules
Only feature requests will be considered here. General questions should not be posted in this forum.
Post Reply
MJU
Posts: 502
Joined: Wed Nov 07, 2007 6:51 pm
Location: Antwerp Belgium
Has thanked: 121 times
Been thanked: 108 times
Contact:

Add$/Remove$ feature

Post by MJU »

After your positive reply on my "FIND$ feature request, some more requests.. :D

ADD$: in a string add a certain other string at a certain place

ADD$("20102015","/",2) will make "20102015" look like: "20/102015"
This could be handy when adding a leading zero to a string that represents the time.. and so on.

REMOVE$: delete a part of a string at a certain place in the string

REMOVE$("Women are not good drivers",11,4) will look like this: "Women are good drivers"
First the string it has to act on, then the place where it should start, and then the number of letters it has to remove.

Please stop me because I will keep asking features!! :D

User avatar
Benj
Matrix Staff
Posts: 15312
Joined: Mon Oct 16, 2006 10:48 am
Location: Matrix TS Ltd
Has thanked: 4803 times
Been thanked: 4314 times
Contact:

Re: Add$/Remove$ feature

Post by Benj »

Great another good suggestion that's now on the list, keep them coming in :D

Post Reply