Skip to main content
Solved

Numeric Function SURC(A$) in NSC

  • January 12, 2024
  • 2 replies
  • 91 views

It appears that SURC(A$) only works for sequential files.  Is there an equivalent function that will work with Non-Sequential files?

Best answer by David.Nguyen

Hi @Matthew.Throssell,

 

Try OBJC(A$).

Take care,

 

David

2 replies

David.Nguyen
Luminary
Forum|alt.badge.img+2
  • Luminary
  • Answer
  • January 12, 2024

Hi @Matthew.Throssell,

 

Try OBJC(A$).

Take care,

 

David


@David.Nguyen , thank you very much.  Not sure how I missed that in the help file.

 

Matt