Home > database >  How to extract a string of Numbers - online such as urgent
How to extract a string of Numbers - online such as urgent

Time:10-01

The data shown in the following

Four years

2 months
4.5 years
How to just remove the Numbers to

CodePudding user response:

Loops and left + isnumber function is done

CodePudding user response:

Upstairs positive solution,

CodePudding user response:

Are all very good advice! Worth learning

CodePudding user response:

 
Datetime ii
String a, a1, a2, a3
Ii=datetime (today (), now ())
A=string (ii, "yyyy/mm/dd")
A1=left (st_1. Text, 4)
A2=Mid (st_1. Text, 6, 2)
A3=right (st_1. Text, 2)


Separately in the RIGHT, LEFT, MID function, take the time or the easy,

CodePudding user response:

If with regular, is very convenient, it's a pity that pb doesn't support the

CodePudding user response:

Positive solution on the second floor
  • Related