<I still cant understand why I cant to Powers or Square roots by
default in Sparql/Spin>

It's a legitimate question.  For SPARQL, this is not part of the
standard.  For SPIN there is a design decision to use JavaScript's
math functions instead of replicating them in our SPARQLMotion
Functions library.

-- Scott

On Jan 18, 1:59 pm, AndrewB <[email protected]> wrote:
> theres a limit on the size of this string so i can just do this
>
> SELECT ?var
> WHERE{
> LET(?x :=4) .
> LET(?string := "_____________") .
> LET(?var :=afn:substr(?string,0,?x)) .}
>
> TaDa
>
> Else your solution would work best.  I still cant understand why I
> cant to Powers or Square roots by  default in Sparql/Spin
>
> Oh well, thanks for the input
>
> -Andrew
-- 
You received this message because you are subscribed to the Google Groups 
"TopBraid Composer Users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/topbraid-composer-users?hl=en.


Reply via email to