1758761 Members
2684 Online
108875 Solutions
New Discussion

Re: F$PARSE

 
SOLVED
Go to solution
John Abbott_2
Esteemed Contributor

Re: F$PARSE

PS...

You can wrap it in F$INTEGER to return the value as as a numeric symbol rather than a string

Eg.

$SPEC =
F$INTEGER(F$PARSE(F$SEARCH("INFO.COM;"),,,"VERSION")-";")

J.
Don't do what Donny Dont does