Asstring library in AS6

Hi,

i need the library asstring at my program.
Problem is that when i copy it in my program,
a error message would be generated
“asstring would be not supported under AS V6.0”
Can I use a other library therefore?

Thanks

AsString is obsolete. You have to use AsBrStr library.

The functions names are different. They have an extra prefix brs.
brsftoa, brsatof and so on.
You have to replace the old names with the new names with prefix brs in your sourcecode.

3 Likes

Just linking to the source of that information for future reference:
B&R Online Help (br-automation.com)

1 Like