View previous topic :: View next topic
|
Author |
Message |
sriram_srec
New User

Joined: 15 Sep 2005 Posts: 11 Location: Chennai
|
|
|
|
What are various string operations in NATURAL like Mid$ and InStr$ in VB |
|
Back to top |
|
 |
naveen_desireddy
New User

Joined: 29 Aug 2005 Posts: 10 Location: Hyderabad, India
|
|
|
|
Hi,
String Operations
Examine(Will help U in giving No of occurances of an Alphabet or No in a particular string and To find length,U can Replace or Delete a particular Word in string and also to find position ) , Compress( To compress the More than two Strings into one) |
|
Back to top |
|
 |
ofer71
Global Moderator

Joined: 27 Dec 2005 Posts: 2358 Location: Israel
|
|
|
|
This is one of the weaknesses of NATURAL - It doesn't have string manipulation functions like in REXX or VB.
EXAMINE, EXAMINE TRANSLATE, COMPRESS, SEPARATE & MOVE SUBSTRING are the most you can get. Also, you have the MASK & PATTERN options of IF.
O. |
|
Back to top |
|
 |
koolbuddy
New User

Joined: 24 Jan 2006 Posts: 3 Location: Chennai
|
|
|
|
Thanks for all your replies.
Cheers!!! |
|
Back to top |
|
 |
|