User Tools

Site Tools


ugbasic:user:kw:pick
Translations of this page:


ugBASIC User Manual

PICK

SYNTAX

   = PICK( string, offset )

PURPOSE

The PICK function allows you to obtain the ASCII code of any character present in a string, provided that the offset within the string is provided.

EXAMPLE

  PRINT PICK( "TEST", 2 )

AVAILABLE ON

ANY PROBLEM?

If you have encountered a problem using this command, if you think there is a bug or the explanation is unclear, please open an issue for this keyword on GitHub. Thank you!

POWERED BY