Contents Index xp_sprintf system procedure xp_write_file system procedure

ASA SQL Reference
  System Procedures and Functions
    System extended stored procedures
      Other system extended stored procedures

xp_scanf system procedure

Function 

Extracts substrings from an input string and a format string.

Syntax 

variable = CALL ] xp_scanf ( in-stringformat-string [ output-string ] )

Permissions 

None

Description 

xp_scanf extracts substrings from an input string and a format string. The format-string can contain up to fifty string placeholders (%s). The values of these placeholders are placed in the output-string variables.

All arguments must be strings of less than 254 characters.

Example 

Contents Index xp_sprintf system procedure xp_write_file system procedure