; ; ------------------------------------------------------------ ; ; PureBasic - Misc example file ; ; (c) Fantaisie Software ; ; ------------------------------------------------------------ ; a$ = "Speed'n'Compactness rulez !" a.l = 10 PeekL(@a) b$ = PeekS(@a$) ; Note: this is useless to do a such thing, it's for example only MessageRequester("PureBasic", "PeekS result: "+b$, 0) End